From 6d4e9ffb33c1b75e177b7319ffc3a642b265ba68 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 6 Jun 2023 12:52:24 +0200 Subject: [PATCH] remove obsolte lint disable --- backend/src/graphql/resolver/UserResolver.ts | 1 - backend/src/password/EncryptorUtils.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/src/graphql/resolver/UserResolver.ts b/backend/src/graphql/resolver/UserResolver.ts index 461c44388..db7c93b6d 100644 --- a/backend/src/graphql/resolver/UserResolver.ts +++ b/backend/src/graphql/resolver/UserResolver.ts @@ -70,7 +70,6 @@ import { communityDbUser } from '@/util/communityUser' import { hasElopageBuys } from '@/util/hasElopageBuys' import { getTimeDurationObject, printTimeDuration } from '@/util/time' -// eslint-disable-next-line import/no-relative-parent-imports import { randombytes_random } from 'sodium-native' import { FULL_CREATION_AVAILABLE } from './const/const' diff --git a/backend/src/password/EncryptorUtils.ts b/backend/src/password/EncryptorUtils.ts index 92035c2d7..64dcb2289 100644 --- a/backend/src/password/EncryptorUtils.ts +++ b/backend/src/password/EncryptorUtils.ts @@ -22,7 +22,6 @@ import { crypto_pwhash_SALTBYTES, crypto_pwhash, crypto_shorthash, - // eslint-disable-next-line import/no-relative-parent-imports } from 'sodium-native' // We will reuse this for changePassword