mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
lets prune accounts again
This commit is contained in:
parent
ee29fccaf9
commit
ce944f92f7
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ func evalScript(ctx context.Context, redis *redis.Client) (string, error) {
|
|||
}
|
||||
|
||||
func pruneAccounts(ctx context.Context, logger *zap.Logger, pool *pgxpool.Pool) {
|
||||
return
|
||||
expiry := time.Now().Add(-domain.StaleTokenThreshold)
|
||||
ar := repository.NewPostgresAccount(pool)
|
||||
|
||||
|
|
Loading…
Reference in a new issue