Skip to content

Commit

Permalink
Fix the load/save button (#4682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Feb 1, 2023
1 parent 5e79968 commit ba5a97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/source.ts
Expand Up @@ -55,7 +55,7 @@ export class SourceHandler {
next();
return;
}
callback(rest)
callback(...rest)
.then(response => {
this.addStaticHeaders(res);
res.send(response);
Expand Down

0 comments on commit ba5a97c

Please sign in to comment.