Skip to content

Commit b19b7d6

Browse files
committed
bump airtable list for dex records
1 parent 90b9484 commit b19b7d6

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
@@ -208,7 +208,7 @@ app.get("/dex-registration", async (req, res) => {
208208

209209
airtable
210210
.list({
211-
maxRecords: 20000,
211+
maxRecords: 50000,
212212
})
213213
.then((response) => {
214214
res.json({ registration_count: response.records.length });

0 commit comments

Comments
 (0)