Skip to content

Commit

Permalink
refactor(deriv_passkeys): fixed typo in mock response passkeysListRes…
Browse files Browse the repository at this point in the history
…ponse
  • Loading branch information
bassam-deriv committed Mar 20, 2024
1 parent 2a0b3b5 commit 7332a49
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/// Wallet migration response mock data.
const String passkeysListResponse = '''{
"echo_req": {
"passkeysList": 1
"passkeys_list": 1
},
"msg_type": "passkeysList",
"passkeysList": [
"msg_type": "passkeys_list",
"passkeys_list": [
{
"created_at": 10000,
"id": "id",
Expand Down

0 comments on commit 7332a49

Please sign in to comment.