mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
refresh client
This commit is contained in:
parent
3d41795636
commit
245c56eae0
1 changed files with 4 additions and 0 deletions
|
@ -267,6 +267,10 @@ func (c *Consumer) Consume(delivery rmq.Delivery) {
|
||||||
}).Error("failed to refresh reddit tokens")
|
}).Error("failed to refresh reddit tokens")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Refresh client
|
||||||
|
rac = c.reddit.NewAuthenticatedClient(tokens.RefreshToken, tokens.AccessToken)
|
||||||
|
|
||||||
err = c.pool.BeginFunc(ctx, func(tx pgx.Tx) error {
|
err = c.pool.BeginFunc(ctx, func(tx pgx.Tx) error {
|
||||||
stmt := `
|
stmt := `
|
||||||
UPDATE accounts
|
UPDATE accounts
|
||||||
|
|
Loading…
Reference in a new issue