🚨 Made eslint happy

This commit is contained in:
Mawoka
2022-04-10 13:24:05 +02:00
parent 04b6f76e52
commit c9fc4ce67f
4 changed files with 9 additions and 8 deletions
+1
View File
@@ -30,6 +30,7 @@ export async function getSession(event) {
});
if (res.ok) {
const json = await res.json();
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore // skipcq: JS-0295
user_email = json.email;
} else {