Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricat committed Apr 17, 2023
1 parent baaab62 commit 55c0e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/httpd/httpd.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ func NewCmdHttpd() *cobra.Command {
Lemon: cfg.Lemon,
Variants: cfg.TopupVariants,
TwitterCallbackUrl: cfg.Twitter.CallbackUrl,
AppPerUserLimit: cfg.Sys.AppPerUserLimit,
BotPerUserLimit: cfg.Sys.BotPerUserLimit,
}, s, twitterClient, apps, indexes, users, convs, models, appz, botz, indexService, userz, convz, orderz, hub)

// api v1
Expand Down

0 comments on commit 55c0e82

Please sign in to comment.