Skip to content

Commit fcf4fba

Browse files
FinleyGeCopilot
andauthored
Update packages/service/support/wallet/sub/utils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 192bc9f commit fcf4fba

File tree

1 file changed

+1
-1
lines changed
  • packages/service/support/wallet/sub

1 file changed

+1
-1
lines changed

packages/service/support/wallet/sub/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const buildStandardPlan = (
6060
standard?.chatHistoryStoreDuration ?? standardConstants.chatHistoryStoreDuration,
6161
maxDatasetSize: standard?.maxDatasetSize ?? standardConstants.maxDatasetSize,
6262
websiteSyncPerDataset:
63-
standard?.websiteSyncPerDataset || standardConstants.websiteSyncPerDataset,
63+
standard?.websiteSyncPerDataset ?? standardConstants.websiteSyncPerDataset,
6464
appRegistrationCount: standard?.appRegistrationCount ?? standardConstants.appRegistrationCount,
6565
auditLogStoreDuration:
6666
standard?.auditLogStoreDuration ?? standardConstants.auditLogStoreDuration,

0 commit comments

Comments
 (0)