Skip to content

Commit 21c22e3

Browse files
committed
chore: remove reference to simple-get
1 parent e414d2c commit 21c22e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vatsim.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const fastify = require('fastify')({ logger: { level: 'trace' } })
4-
const sget = require('fastify')
4+
const fastifyPlain = require('fastify')
55

66
// const oauthPlugin = require('fastify-oauth2')
77
const oauthPlugin = require('..')
@@ -29,7 +29,7 @@ fastify.get('/login/vatsim/callback', function (request, reply) {
2929
return
3030
}
3131

32-
sget.concat(
32+
fastifyPlain.concat(
3333
{
3434
url: 'https://auth.vatsim.net/api/user',
3535
method: 'GET',

0 commit comments

Comments
 (0)