Skip to content

Commit

Permalink
chore: fix missing modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipraty committed Oct 30, 2023
1 parent d2bfd3b commit 9faf70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/local/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare module 'koishi' {
}

class LocalImageSource extends ImageSource<LocalImageSource.Config> {

Check failure on line 18 in packages/local/src/index.ts

View workflow job for this annotation

GitHub Actions / build

Class static side 'typeof LocalImageSource' incorrectly extends base class static side 'typeof ImageSource'.

Check failure on line 18 in packages/local/src/index.ts

View workflow job for this annotation

GitHub Actions / build

Class static side 'typeof LocalImageSource' incorrectly extends base class static side 'typeof ImageSource'.
static inject = {
static override inject = {
required: ['booru'],
optional: ['database', 'cache']
}
Expand Down

0 comments on commit 9faf70d

Please sign in to comment.