Skip to content

Commit a18bd18

Browse files
style: autofix
[skip netlify]
1 parent 0301683 commit a18bd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/use-topic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default async (supa: Supa, id: string) => {
4747
.select('*')
4848
.throwOnError();
4949
data.value.timeline_nodes.push(n[0]!);
50-
}
50+
};
5151

5252
const syncTask = async (id: string) => {
5353
const task = toRaw(data.value.tasks.find(t => t.id === id));

0 commit comments

Comments
 (0)