remove testing comment from dht node helpers file

This commit is contained in:
mahula 2023-03-16 11:55:43 +01:00
parent 286bbbbbd2
commit 7f17bc69d2

View File

@ -1,8 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
// TESTING
import CONFIG from '@/config'
import connection from '@/typeorm/connection'
import { checkDBVersion } from '@/typeorm/DBVersion'