mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
fix field
This commit is contained in:
parent
ffcc1e534e
commit
d1d00d158d
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ func enqueueAccounts(ctx context.Context, logger *zap.Logger, statsd *statsd.Cli
|
||||||
FOR UPDATE SKIP LOCKED
|
FOR UPDATE SKIP LOCKED
|
||||||
LIMIT %d
|
LIMIT %d
|
||||||
)
|
)
|
||||||
RETURNING accounts.account_id`, maxNotificationChecks)
|
RETURNING accounts.reddit_account_id`, maxNotificationChecks)
|
||||||
rows, err := tx.Query(ctx, stmt, now, next)
|
rows, err := tx.Query(ctx, stmt, now, next)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in a new issue