Skip to content

Commit

Permalink
Update: CommunityEp create remove userId
Browse files Browse the repository at this point in the history
* UserId has been removed from community create request body props as
this property will be received from the user id managed by passport
  • Loading branch information
utkusarioglu committed Mar 16, 2021
1 parent a490bbc commit 2c7c42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/refs/community.ref.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export type CommunitySaveReq = {
description: string;
name: string;
slug: string;
userId: uuid;
};

/**
Expand Down

0 comments on commit 2c7c42d

Please sign in to comment.