Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit fa4da89

Browse files
authored
fix import for axis
1 parent fb8f557 commit fa4da89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stuyboe/syncUsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { verify } from 'jsonwebtoken';
22
import { getTransporter } from '../utils/sendEmail';
33

4-
const axios = require('axios').default;
4+
const axios = require('axios');
55
const models = require('./../database/models');
66

77
const query = JSON.stringify({

0 commit comments

Comments
 (0)