remove file not being used. (#1376)
This commit is contained in:
parent
bde2a287e1
commit
d4e5661ee5
1 changed files with 0 additions and 6 deletions
6
webapp/@custom_types/pgtools.d.ts
vendored
6
webapp/@custom_types/pgtools.d.ts
vendored
|
@ -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
|
||||
|
Loading…
Reference in a new issue