Skip to content

Commit 18a2578

Browse files
committed
fix: remove extra brackets and parenthesis
1 parent 4b5dcd5 commit 18a2578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/midori/type-strict.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ new Elysia()
1111
body: t.Object({
1212
username: t.String()
1313
})
14-
})
15-
})
14+
}
15+
)
1616
.listen(3000)
1717
`
1818
</script>

0 commit comments

Comments
 (0)