Skip to content

Commit eaa7c42

Browse files
authored
fix: missing getSpaces expand param (#36)
1 parent d7a0e5e commit eaa7c42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/space.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class Space {
4141
favouriteUserKey: parameters?.favouriteUserKey,
4242
start: parameters?.start,
4343
limit: parameters?.limit,
44+
expand: parameters?.expand,
4445
},
4546
};
4647

0 commit comments

Comments
 (0)