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 812d5b8 commit 7c79739Copy full SHA for 7c79739
src/options.ts
@@ -236,7 +236,7 @@ class SenderOptions {
236
237
const url = `${options.protocol}://${options.host}:${options.port}/settings`;
238
const settings: {
239
- config: { LINE_PROTO_SUPPORT_VERSION: number[] };
+ config: { [LINE_PROTO_SUPPORT_VERSION]: number[] };
240
} = await fetchJson(
241
url,
242
isInteger(options.request_timeout, 1)
0 commit comments