Skip to content

Commit

Permalink
refactor: use import instead of require
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaktexas committed Mar 28, 2024
1 parent 969cdfd commit 8b86b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/fiscal-sponsorship/apply.js
@@ -1,5 +1,5 @@
import AirtablePlus from 'airtable-plus'
const { getCode } = require('country-list');
import { getCode } from 'country-list'

const applicationsTable = new AirtablePlus({
baseID: 'apppALh5FEOKkhjLR',
Expand Down

0 comments on commit 8b86b72

Please sign in to comment.