Skip to content

Commit

Permalink
fixed prettier formatting on src/routes/log.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
asyed94 committed Aug 23, 2024
1 parent 5560066 commit 1508226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const timeInputProcessor = (timestamp: string): number => {
}

function sanitizeSqlPayload(input: string): string {
return input.replace(/'/g, "''");
return input.replace(/'/g, "''")
}

type SQLFiltersParam = {
Expand Down

0 comments on commit 1508226

Please sign in to comment.