Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Jan 23, 2024
1 parent 4de7ced commit 906782e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const GITHUB_ID = process.env.GITHUB_ID;
const GITHUB_SECRET = process.env.GITHUB_SECRET;

export const handle = SvelteKitAuth({
providers: [GitHub({ clientId: GITHUB_ID, clientSecret: GITHUB_SECRET })]
});
providers: [GitHub({ clientId: GITHUB_ID, clientSecret: GITHUB_SECRET })]
});
1 change: 0 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// import { settings } from '$lib/store/global_state';
// import { get } from 'svelte/store';
// import { type Settings, Convert as SettingsConvertor } from '$lib/structs/settings';
</script>

<div class="col-span-2 row-span-2">
Expand Down

0 comments on commit 906782e

Please sign in to comment.