mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
ci: deploy on vercel again
This commit is contained in:
@@ -129,7 +129,7 @@ export class ApiInterface extends ApiItemContainerMixin(
|
||||
|
||||
jsonObject.extendsTokenRanges = this.extendsTypes.map((x) => ({
|
||||
...x.excerpt.tokenRange,
|
||||
typeParameters: x.typeParameters,
|
||||
typeParameters: x.typeParameters ?? [],
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user