Skip to content

Commit

Permalink
Change type of spaceId
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Oct 31, 2023
1 parent dd07ffa commit 1019795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useFollowSpace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function useFollowSpace(spaceId: any = {}) {
)
);

async function loadFollows(spaceId: string | undefined = undefined) {
async function loadFollows(spaceId?: string) {
const { isAuthenticated } = getInstance();

if (!isAuthenticated.value) return;
Expand Down

0 comments on commit 1019795

Please sign in to comment.