import fetch

This commit is contained in:
Matthew Stanciu 2020-05-12 13:04:36 -04:00
parent dbd1d85388
commit c774239032

View file

@ -1,4 +1,5 @@
const AirtablePlus = require('airtable-plus')
import fetch from 'isomorphic-unfetch'
const joinTable = new AirtablePlus({
apiKey: process.env.AIRTABLE_API_KEY,