Skip to content

Commit

Permalink
Fix not returning nanoid as available id type (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko authored Jul 16, 2022
1 parent 813a9ed commit 43c7f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions id/handler/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (id *Id) Types(ctx context.Context, req *pb.TypesRequest, rsp *pb.TypesResp
"ulid",
"ksuid",
"xid",
"nanoid",
"shortid",
"snowflake",
"bigflake",
Expand Down

0 comments on commit 43c7f78

Please sign in to comment.