Skip to content

Commit 545cfbb

Browse files
refactor: rename subscribedWithIgnoredFailures to subscribedWithInvalidFeeds
Co-Authored-By: Darun Seethammagari <[email protected]>
1 parent be328ab commit 545cfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazer/sdk/js/src/protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export type Response =
6464
subscriptionId: number;
6565
}
6666
| {
67-
type: "subscribedWithIgnoredFailures";
67+
type: "subscribedWithInvalidFeeds";
6868
subscriptionId: number;
6969
successfulFeeds: number[];
7070
failedFeeds: InvalidFeedSubscriptionDetails;

0 commit comments

Comments
 (0)