Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
refactor: fix Ineffective parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
noscripter committed Jun 26, 2019
1 parent 0f792e9 commit ba7a480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/src/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface LookupPackage extends MessagePackage {
}

export interface ForceReplyFn {
(ReplyPackage): void;
(reply: ReplyPackage): void;
}

export interface SelectedInfo {
Expand Down

0 comments on commit ba7a480

Please sign in to comment.