mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
ci: deploy on vercel again
This commit is contained in:
@@ -149,13 +149,13 @@ export class ApiClass extends ApiItemContainerMixin(
|
||||
if (this.extendsType) {
|
||||
jsonObject.extendsTokenRange = {
|
||||
...this.extendsType.excerpt.tokenRange,
|
||||
typeParameters: this.extendsType.typeParameters,
|
||||
typeParameters: this.extendsType.typeParameters ?? [],
|
||||
};
|
||||
}
|
||||
|
||||
jsonObject.implementsTokenRanges = this.implementsTypes.map((x) => ({
|
||||
...x.excerpt.tokenRange,
|
||||
typeParameters: x.typeParameters,
|
||||
typeParameters: x.typeParameters ?? [],
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user