Skip to content

Commit

Permalink
non null
Browse files Browse the repository at this point in the history
  • Loading branch information
jawndiego committed Jun 17, 2024
1 parent c12cb45 commit 9853014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/site/config/syndicateClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export const syndicateClient =
? null
: {
officialActions: new SyndicateClient({
token: () => apiKey
token: () => apiKey,
}),
projectId: projectIdPost! || projectIdRegistry!,
projectId: projectIdPost || projectIdRegistry,
generatePostTxnInput,
generatePostBatchTxnInput,
generateIdRegistryInput,
Expand Down

0 comments on commit 9853014

Please sign in to comment.