We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be328ab commit 545cfbbCopy full SHA for 545cfbb
lazer/sdk/js/src/protocol.ts
@@ -64,7 +64,7 @@ export type Response =
64
subscriptionId: number;
65
}
66
| {
67
- type: "subscribedWithIgnoredFailures";
+ type: "subscribedWithInvalidFeeds";
68
69
successfulFeeds: number[];
70
failedFeeds: InvalidFeedSubscriptionDetails;
0 commit comments