From 7ffa4d6d91a09836805a902d83076f525b039e36 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Sat, 27 Feb 2021 15:21:09 +0900 Subject: [PATCH] chore: removed 200 status code --- utils/Constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/Constants.ts b/utils/Constants.ts index 51f97b0..80f34cc 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -214,7 +214,6 @@ export const KoreanbotsEmoji = [{ export const ErrorText = { DEFAULT: '예상치 못한 에러가 발생하였습니다.', - 200: '문제가 없는데 여기를 어떻게 오셨죠?', 400: '올바르지 않은 요청입니다.', 401: '로그인이 필요합니다.', 402: '결제가 필요합니다.',