We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0301683 commit a18bd18Copy full SHA for a18bd18
app/composables/use-topic.ts
@@ -47,7 +47,7 @@ export default async (supa: Supa, id: string) => {
47
.select('*')
48
.throwOnError();
49
data.value.timeline_nodes.push(n[0]!);
50
- }
+ };
51
52
const syncTask = async (id: string) => {
53
const task = toRaw(data.value.tasks.find(t => t.id === id));
0 commit comments