Skip to content

Commit 74d0b1f

Browse files
authored
Merge pull request #19 from tendermint/daria/events
update app id
2 parents 2466af6 + b235323 commit 74d0b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ app.get("/explorers", async (req, res) => {
203203

204204
app.get("/events", async (req, res) => {
205205
const airtable = new Airtable({ apiKey: AIRTABLE_API_KEY })
206-
.base("app257DDgKV2KGpWA")
206+
.base("app6cmf6dU89OHtUP")
207207
.table("events");
208208

209209
airtable

0 commit comments

Comments
 (0)