We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799c4b7 commit 20868d6Copy full SHA for 20868d6
webapp/src/modules/sagas.ts
@@ -109,8 +109,7 @@ export function* rootSaga(getIdentity: () => AuthIdentity | undefined) {
109
campaignSagas(new ContentfulClient(), {
110
space: config.get('CONTENTFUL_SPACE_ID'),
111
environment: config.get('CONTENTFUL_ENVIRONMENT'),
112
- id: config.get('CONTENTFUL_ADMIN_ENTITY_ID'),
113
- token: config.get('CONTENTFUL_ACCESS_TOKEN')
+ id: config.get('CONTENTFUL_ADMIN_ENTITY_ID')
114
}),
115
transactionSaga({
116
crossChainProviderUrl: config.get('SQUID_API_URL'),
0 commit comments