We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb2705 commit 16ff20dCopy full SHA for 16ff20d
src/client/Gateway.ts
@@ -99,7 +99,7 @@ export abstract class Gateway {
99
if (response.ok) {
100
return data as T;
101
} else {
102
- // Qiitaがエラーの際に返すレスポンスコードが明記されていなかったので
+ // Qiitaがエラーの際に返すステータスコードが明記されていなかったので
103
// ありそうなものをハンドルしています。
104
// ref: https://qiita.com/api/v2/docs#%E3%82%B9%E3%83%86%E3%83%BC%E3%82%BF%E3%82%B9%E3%82%B3%E3%83%BC%E3%83%89
105
switch (response.status) {
0 commit comments