[Bug] Using `masto.v1.timelines.tag.$select('CamelCalse')` will call `<instance>/api/v1/timelines/tag/camel_case`
scambier opened this issue ยท 1 comments
scambier commented
To reproduce:
const masto = createRestAPIClient({
url: process.env.URL,
accessToken: process.env.TOKEN,
});
masto.v1.timelines.tag.$select('CamelCase')
See the called url is actually <instance>/api/v1/timelines/tag/camel_case
(and not CamelCase
)
github-actions commented
๐ This issue has been resolved in version 6.0.4 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐