Skip to content

Commit

Permalink
fix: add await (denoland#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko1103 committed Apr 5, 2023
1 parent 0a43328 commit d68d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export function ga(gaKey: string): BlogMiddleware {
});
} finally {
if (gaReporter) {
gaReporter(request, ctx.connInfo, res!, start, err);
await gaReporter(request, ctx.connInfo, res!, start, err);
}
}
return res;
Expand Down

0 comments on commit d68d3c7

Please sign in to comment.