Skip to content

Commit

Permalink
fix: restore not working
Browse files Browse the repository at this point in the history
Busboy API changed in 1.0.0 mscdex/busboy#266
and 7265ecb updated busboy and broke uploading to restore
settings.
  • Loading branch information
tkurki committed Aug 15, 2023
1 parent fb6c983 commit 8de942f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverroutes.ts
Expand Up @@ -1026,7 +1026,7 @@ module.exports = function (
fieldname: string,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
file: any,
filename: string
{ filename }
) => {
try {
if (!filename.endsWith('.backup')) {
Expand Down

0 comments on commit 8de942f

Please sign in to comment.