File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default class DemoActorCounterContract {
1616 throw new Error ( "Method not implemented." ) ;
1717 }
1818
19- countBy ( amount : number , multiplier : number ) : Promise < void > {
19+ countBy ( _amount : number , _multiplier : number ) : Promise < void > {
2020 throw new Error ( "Method not implemented." ) ;
2121 }
2222
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import DemoActorTimerTtlImpl from "../../actor/DemoActorTimerTtlImpl";
3333import DemoActorReminderTtlImpl from "../../actor/DemoActorReminderTtlImpl" ;
3434import DemoActorDeleteStateImpl from "../../actor/DemoActorDeleteStateImpl" ;
3535import DemoActorDeleteStateInterface from "../../actor/DemoActorDeleteStateInterface" ;
36- import DemoActorCounterAbstract from "../../actor/DemoActorCounterContract" ;
3736import DemoActorCounterContract from "../../actor/DemoActorCounterContract" ;
3837
3938const serverHost = "127.0.0.1" ;
You can’t perform that action at this time.
0 commit comments