Fix types

This commit is contained in:
Adria Navarro 2023-09-04 16:22:50 +02:00
parent 111e999962
commit c5e061c9bf
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function tarFilesToTmp(tmpDir: string, files: string[]) {
export async function exportDB(
dbName: string,
opts: DBDumpOpts = {}
): Promise<DBDumpOpts> {
): Promise<string> {
const exportOpts = {
filter: opts?.filter,
batch_size: 1000,