Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyshulga1cs committed Feb 26, 2024
1 parent 9e0d21a commit 99d599f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default class Block {
}

_makeProxy(props: ObjectT) {
const handleEventBus = (key: string | symbol, value: any) => {
const handleEventBus = (key: string | symbol, value: unknown) => {
this.eventBus().emit(Block.EVENTS.FLOW_CDU, this, {
...this,
[key]: value,
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"strict": false,
"sourceMap": true,
"strictNullChecks": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
Expand Down

0 comments on commit 99d599f

Please sign in to comment.