Skip to content

Commit

Permalink
Fixed code comment for auctions. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
janisgitendorfs authored Sep 19, 2024
1 parent e6d4535 commit 2265c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctions.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type AuctionsSystem interface {
// GetTemplates lists all available auction configurations that can be used to create auction listings.
GetTemplates(ctx context.Context, logger runtime.Logger, nk runtime.NakamaModule, userID string) (*AuctionTemplates, error)

// List achievements based on provided criteria.
// List auctions based on provided criteria.
List(ctx context.Context, logger runtime.Logger, nk runtime.NakamaModule, userID, query string, sort []string, limit int, cursor string) (*AuctionList, error)

// Bid on an active auction.
Expand Down

0 comments on commit 2265c33

Please sign in to comment.