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

build #6

Closed
TakayasuNasu opened this issue Mar 24, 2019 · 1 comment
Closed

build #6

TakayasuNasu opened this issue Mar 24, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@TakayasuNasu
Copy link
Owner

# is not an iterator · Issue #44 · jbolda/gatsby-source-airtable

      resolve: `gatsby-source-airtable`,
       options: {
         apiKey: process.env.AIRTABLE_TOKEN,
-        tables: [
-          {
-            baseId: process.env.AIRTABLE_BASEID,
-            tableName: `Projects`,
-            tableView: `Grid view`,
-          },
-        ],
+        baseId: process.env.AIRTABLE_BASEID,
+        tableName: `Projects`,
+        tableView: `Grid view`,
       },
     },
   ],
@TakayasuNasu TakayasuNasu added the bug Something isn't working label Mar 24, 2019
@TakayasuNasu
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant