Skip to content

Commit 877fd3c

Browse files
authored
Apply suggestion from @Sidnioulz
1 parent 660d3fd commit 877fd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontpage/app/event-log/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function flatten(
1111
Object.entries(obj).forEach(([key, value]) => {
1212
let p: string = (prefix ? `${prefix}.${key}` : key)
1313
.replaceAll('@', '_at_')
14-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access -- we know it's a string
14+
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access -- we know it's a string
1515
.replaceAll('/', '_slash_');
1616

1717
if (p.startsWith('_')) {

0 commit comments

Comments
 (0)