mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Remove dotenv
This commit is contained in:
parent
6300188fc2
commit
b329de0569
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
require('dotenv').config()
|
||||
const AirtablePlus = require('airtable-plus')
|
||||
|
||||
const joinTable = new AirtablePlus({
|
||||
|
|
@ -6,6 +5,7 @@ const joinTable = new AirtablePlus({
|
|||
baseID: 'appaqcJtn33vb59Au',
|
||||
tableName: 'Join Requests'
|
||||
})
|
||||
console.log(joinTable)
|
||||
|
||||
export default async (req, res) => {
|
||||
if (req.method === 'POST') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue