Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit 109628b

Browse files
committed
chore: fix
1 parent e7c4463 commit 109628b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const store = useGist<Store>(KNIGHTLY_BOT_GIST_STORE, 'store.json', {
2424
votes: [],
2525
})
2626

27-
export const tasks = useGit<KnightlyTask[]>('knightly', 'tasks', 'tasks.json', [])
27+
export const tasks = useGit<KnightlyTask[]>('knightlyjs', 'tasks', 'tasks.json', [])
2828

2929
export function storeReady() {
3030
return Promise.all([

0 commit comments

Comments
 (0)