Skip to content

Commit 09f423f

Browse files
committed
refactor: remove unnecessary default parameter
1 parent 3385f1d commit 09f423f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/sdk/src/query/QueryService.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import {
2525
export class QueryService<
2626
RuntimeModules extends RuntimeModulesRecord,
2727
ProtocolModules extends ProtocolModulesRecord &
28-
MandatoryProtocolModulesRecord = ProtocolModulesRecord &
29-
MandatoryProtocolModulesRecord,
28+
MandatoryProtocolModulesRecord
3029
> {
3130
// Lazily initialized query instances
3231
private RuntimeQuery?: Query<RuntimeModule<unknown>, RuntimeModules>;

0 commit comments

Comments
 (0)