diff --git a/internal/storage/postgres/core.go b/internal/storage/postgres/core.go index f63a6da..416aad5 100644 --- a/internal/storage/postgres/core.go +++ b/internal/storage/postgres/core.go @@ -171,7 +171,6 @@ func setTokenMetadataLastUpdateID(ctx context.Context, conn *database.Bun) error Scan(ctx) if errors.Is(err, sql.ErrNoRows) { - models.SetLastUpdateID(0) return nil } if err != nil {