Skip to content

Commit 8866516

Browse files
committed
fix: revert filter error
1 parent f37cdd6 commit 8866516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/lib/filter/filter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class FilterCore {
9898
return {
9999
success: null,
100100
failure: {
101-
error: FilterError.SUBSCRIPTION_FAILED,
101+
error: FilterError.GENERIC_FAIL,
102102
peerId: peerId
103103
}
104104
};

0 commit comments

Comments
 (0)