Skip to content

Commit 0b996b1

Browse files
committed
chore: lint and format
1 parent 02a1d8c commit 0b996b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/collections/backup/client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ export const backup = (connection: Connection): Backup => {
197197
}
198198
return status
199199
? {
200-
...parseResponse(res),
201-
...status,
202-
}
200+
...parseResponse(res),
201+
...status,
202+
}
203203
: parseResponse(res);
204204
},
205205
list: (backend: Backend): Promise<BackupReturn[]> => {

0 commit comments

Comments
 (0)