Skip to content

Commit 20868d6

Browse files
committed
feat: remove prop from sagas
1 parent 799c4b7 commit 20868d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webapp/src/modules/sagas.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ export function* rootSaga(getIdentity: () => AuthIdentity | undefined) {
109109
campaignSagas(new ContentfulClient(), {
110110
space: config.get('CONTENTFUL_SPACE_ID'),
111111
environment: config.get('CONTENTFUL_ENVIRONMENT'),
112-
id: config.get('CONTENTFUL_ADMIN_ENTITY_ID'),
113-
token: config.get('CONTENTFUL_ACCESS_TOKEN')
112+
id: config.get('CONTENTFUL_ADMIN_ENTITY_ID')
114113
}),
115114
transactionSaga({
116115
crossChainProviderUrl: config.get('SQUID_API_URL'),

0 commit comments

Comments
 (0)