Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Feb 23, 2024
1 parent 2eedd89 commit 9fa8ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const logResult = async (request: CFWRequest, result: Response) => {
await tracker.trackEvent(
request,
'result',
{ props: { result: logResult.data.substring(0, 200) } },
{ props: { result: resultForLog.data.substring(0, 200) } },
true
);
} catch (error) {
Expand Down

0 comments on commit 9fa8ad6

Please sign in to comment.