Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Fix misnamed env var call
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 23, 2019
1 parent 408e796 commit 3c6be6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const app = express()

const createRecord = (baseName, record) => {
const base = new Airtable({ apiKey: process.env.AIRTABLE_KEY }).base(
process.env.AIRTABLE_GITHUB_BASE
process.env.AIRTABLE_SDP_BASE
)

base(baseName).create(record, (err, records) => {
Expand Down

0 comments on commit 3c6be6e

Please sign in to comment.