Skip to content

Commit

Permalink
Merge pull request #98 from depromeet/dev
Browse files Browse the repository at this point in the history
🔨 fix(alarm) : fcminfo select 오타 수정
  • Loading branch information
ImNM authored Jun 18, 2022
2 parents df867e1 + 3857501 commit 1ffde93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/alarm/dto/userFcmInfo.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const userFcmInfoSelect = {
FCMToken: 1,
appAlarm: 1,
chatAlarm: 1,
iJoin: 1,
isJoin: 1,
};
export class UserFcmInfoDto {
// @Transform(({ value }) => new Types.ObjectId(value), { toClassOnly: true })
Expand Down

0 comments on commit 1ffde93

Please sign in to comment.