Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Jones committed Apr 25, 2024
1 parent 6a6c1fe commit f3a8da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const app = express()

const notify = new NotifyClient(process.env.notifyKey)

const airtable = require('airtable');
const base = new airtable({ apiKey: process.env.airtableFeedbackKey }).base(process.env.airtableFeedbackBase);



Expand Down

0 comments on commit f3a8da7

Please sign in to comment.