Skip to content

Commit

Permalink
temp output deleted
Browse files Browse the repository at this point in the history
- deleted unwanted output
  • Loading branch information
e11sy committed Jan 11, 2024
1 parent 17d311d commit 28b5999
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/repository/storage/postgres/orm/sequelize/teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ export default class TeamsSequelizeStorage {
* @param role - new team member role
*/
public async patchMemberRoleById(userId: TeamMember['id'], noteId: NoteInternalId, role: keyof typeof MemberRole): Promise<keyof typeof MemberRole | null> {
console.log('======================');
console.log(typeof role);
console.log('======================');
const affectedRows = await this.model.update({
role: MemberRole[role],
}, {
Expand Down

0 comments on commit 28b5999

Please sign in to comment.