Skip to content

Commit 4edbd34

Browse files
committed
refactor: remove explicit undefined on optional prop
1 parent 7e196a7 commit 4edbd34

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/build/recipe/multitenancy/allowedDomainsClaim.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/recipe/multitenancy/allowedDomainsClaim.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export class AllowedDomainsClaimClass extends PrimitiveArrayClaim<string> {
1616
}
1717
return await recipe.getAllowedDomainsForTenantId(tenantId, userContext);
1818
},
19-
defaultMaxAgeInSeconds: undefined,
2019
});
2120
}
2221
}

0 commit comments

Comments
 (0)