From d4e5661ee597fd21efa56576cd482c50e9f9249b Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 30 Sep 2021 04:01:19 -0600 Subject: [PATCH] remove file not being used. (#1376) --- webapp/@custom_types/pgtools.d.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 webapp/@custom_types/pgtools.d.ts diff --git a/webapp/@custom_types/pgtools.d.ts b/webapp/@custom_types/pgtools.d.ts deleted file mode 100644 index 4420c291b..000000000 --- a/webapp/@custom_types/pgtools.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. -// See LICENSE.txt for license information. -export function createdb(opts: any, dbName: any, cb?: any): any - -export function dropdb(opts: any, dbName: any, cb?: any): any -