Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Mar 26, 2024
1 parent 541902f commit 64ea36e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class Messager {
}

private normalize = () => {
this.children = this.children.reduce<typeof this.children>((acc, cur) => {
this.children = this.children.reduce<O.Partial<RedElement, 'deep'>[]>((acc, cur) => {

Check failure on line 78 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `⏎······`

Check failure on line 78 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `⏎······`
const last = acc[acc.length - 1]

Check failure on line 79 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`

Check failure on line 79 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
if (

Check failure on line 80 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`

Check failure on line 80 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
cur.textElement &&

Check failure on line 81 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`

Check failure on line 81 in packages/engine-chronocat-api/src/api/message/create/messager.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `··`
Expand Down

0 comments on commit 64ea36e

Please sign in to comment.