Skip to content

Commit

Permalink
fix(@redux-eggs/saga-extension): remove readonly for sagas type
Browse files Browse the repository at this point in the history
  • Loading branch information
fostyfost committed Sep 29, 2021
1 parent a175201 commit f5f81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/saga-extension/src/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Saga, Task } from 'redux-saga'

declare module '@redux-eggs/core' {
interface Egg {
readonly sagas?: Saga[]
sagas?: Saga[]
}
}

Expand Down

0 comments on commit f5f81fa

Please sign in to comment.