Skip to content

Commit a7992b5

Browse files
authored
Merge pull request #108 from erickgust/fix-code-type-strict
fix: update type-strict code example
2 parents e4947b9 + 18a2578 commit a7992b5

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)