Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript가 맞지 않는 파일 수정 요청 #6

Open
SeonHyungJo opened this issue Feb 25, 2021 · 0 comments · Fixed by #20
Open

Typescript가 맞지 않는 파일 수정 요청 #6

SeonHyungJo opened this issue Feb 25, 2021 · 0 comments · Fixed by #20
Assignees
Labels
버그 작동이 원할하지 않습니다.

Comments

@SeonHyungJo
Copy link
Member

Describe the bug
API Controller 수정 요청

Expected behavior

  1. = 과 semi colon이 없습니다.

이 경우 어떻게 lint가 통과가 되었는지?

controllers/Question.ts

type TQuestionModel {
  title: string;
  content: string;
  emoji: string;
}
  1. 1번과 동일한 작업이 필요합니다.

controllers/utils.ts

type TRestApiOptions = {
  method: TRequestMethod;
  headers: TRestApiHeaders;
  params?: string;
}

Screenshots

image

image

@SeonHyungJo SeonHyungJo added the 버그 작동이 원할하지 않습니다. label Feb 25, 2021
@BKJang BKJang linked a pull request Mar 10, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 작동이 원할하지 않습니다.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants