Skip to content

issue/10038#3013

Merged
chanlee merged 1 commit into
developfrom
issue/10038
Sep 27, 2025
Merged

issue/10038#3013
chanlee merged 1 commit into
developfrom
issue/10038

Conversation

@leunge
Copy link
Copy Markdown
Contributor

@leunge leunge commented Sep 27, 2025

@github-actions github-actions Bot added the issue 내부 이슈 처리를 위한 PR label Sep 27, 2025
Comment thread src/util/common.js
const response = await fetch(`${Entry.baseUrl || ''}${options.url}${queryString}`, options);
if (response.status >= 400) {
const fetchPromise = fetch(`${Entry.baseUrl || ''}${options.url}${queryString}`, options);
const timeoutPromise = new Promise((_, reject) =>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Delete ·

Suggested change
const timeoutPromise = new Promise((_, reject) =>
const timeoutPromise = new Promise((_, reject) =>

Comment thread src/util/common.js
if (response.status >= 400) {
const fetchPromise = fetch(`${Entry.baseUrl || ''}${options.url}${queryString}`, options);
const timeoutPromise = new Promise((_, reject) =>
setTimeout(() => reject(new Error('Request timeout')), timeout)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <no-undef> reported by reviewdog 🐶
'timeout' is not defined.

@chanlee chanlee merged commit 695a15b into develop Sep 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue 내부 이슈 처리를 위한 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants