Skip to content

Commit

Permalink
try updating production-exports.ts 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Aug 11, 2023
1 parent 38d7e90 commit 7de08f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-ssr/production-export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

import { ssrProductionExport } from 'quasar/wrappers';

export default ssrProductionExport(async ({ ssrHandler }: { ssrHandler: (() => void) }) => ({ onRequest: ssrHandler }));
export default ssrProductionExport(async ({ ssrHandler }: { ssrHandler: unknown }) => ({ onRequest: ssrHandler }));

0 comments on commit 7de08f8

Please sign in to comment.