Skip to content

Commit 4c6496e

Browse files
committed
fix lint
1 parent c9e37d7 commit 4c6496e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/utm/utm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function validateUtmParams(utm: UserDBScheme['utm']): {
4545
return {
4646
isValid: false,
4747
validKeys: [],
48-
invalidKeys: ['_structure'],
48+
invalidKeys: [ '_structure' ],
4949
};
5050
}
5151

0 commit comments

Comments
 (0)