Skip to content

Commit 613ba5c

Browse files
authored
Merge pull request #402 from NibiruChain/develop
fix: add missing interface prop
2 parents 8fd9b0f + 7aa11ca commit 613ba5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

nibiru

src/gql/heart-monitor/heart-monitor.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export interface IHeartMonitor {
115115
queryQueryStrings: string[]
116116
) => Promise<T>
117117

118+
readonly GQLSubscriptionGqlBatchHandler: <T>(
119+
queryQueryStrings: string[]
120+
) => Promise<T>
121+
118122
readonly staking: (
119123
args: QueryStakingArgs,
120124
fields: DeepPartial<GQLStakingFields>

0 commit comments

Comments
 (0)