Skip to content

Commit 9b9a3b5

Browse files
committed
Remove unused RpcSubscriptionsRequest type
1 parent 30f9254 commit 9b9a3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rpc-subscriptions-spec/src/rpc-subscriptions-request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// NO CHANGES TO FIGURE OUT WHAT THE HELL IS HAPPENING WITH CI.
12
export type RpcSubscriptionsRequest<TResponse> = {
23
params: unknown[];
34
responseTransformer?: (response: unknown, notificationName: string) => TResponse;

0 commit comments

Comments
 (0)