We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e634830 commit a7f3ebcCopy full SHA for a7f3ebc
.changeset/solid-heads-turn.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/backend': patch
3
4
+
5
+Update typing of Organization.slug
packages/backend/src/api/resources/Organization.ts
@@ -10,7 +10,7 @@ export class Organization {
10
constructor(
11
readonly id: string,
12
readonly name: string,
13
- readonly slug: string | null,
+ readonly slug: string,
14
readonly imageUrl: string,
15
readonly hasImage: boolean,
16
readonly createdAt: number,
0 commit comments