Skip to content

Commit e2b6c68

Browse files
committed
fix: eslint broken paranthesis and prettier
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 285e71e commit e2b6c68

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

backend/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ module.exports = {
8383
json: 'always',
8484
},
8585
],
86+
},
8687
},
8788
],
8889
}

backend/src/api/public/alerts/notifyOnce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ export async function notifyOnce(
3636
title,
3737
sections,
3838
)
39-
}
39+
}

0 commit comments

Comments
 (0)