Skip to content

Commit 09bcc25

Browse files
committed
fix: resolve CI failure
1 parent 71bd63b commit 09bcc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/x.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ fastify.get('/login/x/callback', async function (request, reply) {
3131
reply.send({ access_token: token.access_token })
3232
})
3333

34-
fastify.listen({ port: 3000 })
34+
fastify.listen({ port: 3000 })

0 commit comments

Comments
 (0)