Skip to content

fix(qqguild): escape elements #728

fix(qqguild): escape elements

fix(qqguild): escape elements #728

Triggered via push September 25, 2023 14:27
Status Failure
Total duration 1m 12s
Artifacts

build.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint: adapters/qqguild/src/bot.ts#L19
'endpoint' is assigned a value but never used
lint: adapters/qqguild/src/bot.ts#L121
'_' is assigned a value but never used
lint: adapters/qqguild/src/message.ts#L44
'srcGuildId' is assigned a value but never used
lint
Process completed with exit code 1.
build: adapters/wecom/src/bot.ts#L68
Property 'id' is missing in type '{ userId: string; username: any; avatar: any; }' but required in type 'User'.
build: adapters/wecom/src/bot.ts#L97
Property 'id' is missing in type '{ userId: string; username: string; avatar: string; }' but required in type 'User'.
build: adapters/telegram/src/utils.ts#L12
Type '{ userId: string; username: string; nickname: string; isBot: boolean; }' is not assignable to type 'User'.
build: adapters/telegram/src/utils.ts#L16
Property 'user' is missing in type 'User' but required in type 'GuildMember'.
build: adapters/telegram/src/bot.ts#L202
Argument of type 'GuildMember' is not assignable to parameter of type 'User'.
build: adapters/telegram/src/bot.ts#L209
Argument of type '(user: User) => Promise<void>' is not assignable to parameter of type '(value: GuildMember, index: number, array: GuildMember[]) => Promise<void>'.
build
Process completed with exit code 2.