Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/sparcs-kaist/taxi-back into #…
Browse files Browse the repository at this point in the history
…273-안-읽은-메세지-확인
  • Loading branch information
chlehdwon committed Sep 4, 2023
2 parents 63896a3 + 3164ebf commit 37b514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
nickname: RegExp("^[A-Za-z가-힣ㄱ-ㅎㅏ-ㅣ0-9-_ ]{3,25}$"),
allowedEmployeeTypes: RegExp("^([PEUR]|[SA]|[PEUR][SA])$"),
profileImgType: RegExp("^(image/png|image/jpg|image/jpeg)$"),
account: RegExp("^[A-Za-z가-힣]{2,7} ([0-9]{10,14}|)$"),
account: RegExp("^[A-Za-z가-힣]{2,7} [0-9]{10,14}$|^$"),
},
chat: {
chatImgType: RegExp("^(image/png|image/jpg|image/jpeg)$"),
Expand Down

0 comments on commit 37b514b

Please sign in to comment.