Skip to content

Commit

Permalink
Merge pull request #720 from magiclabs/ariflo-PDEEXP-503-remove-produ…
Browse files Browse the repository at this point in the history
…ct-announcement-from-jsonrpcpayload

Removes `product_announcement` from JsonRpcResponsePayload
  • Loading branch information
Ariflo committed Feb 29, 2024
2 parents cc7f52a + f29d5bc commit 94859eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@magic-sdk/types/src/core/json-rpc-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export interface JsonRpcResponsePayload<ResultType = any> {
id: string | number | null;
result?: ResultType | null;
error?: JsonRpcError | null;
product_announcement?: string | null;
}

export interface UserInfo {
Expand Down

0 comments on commit 94859eb

Please sign in to comment.