forked from cerc-io/snowballtools-base
Nabarun Gogoi
a45fb4c617
* Add method to update multiple deployments in single query * Fix deployments URL visit and date filter * Clean fixtures data * Update fixtures data --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
21 lines
450 B
JSON
21 lines
450 B
JSON
[
|
|
{
|
|
"id": "59f4355d-9549-4aac-9b54-eeefceeabef0",
|
|
"name": "Snowball",
|
|
"email": "snowball@snowballtools.xyz",
|
|
"isVerified": true
|
|
},
|
|
{
|
|
"id": "e505b212-8da6-48b2-9614-098225dab34b",
|
|
"name": "Alice Anderson",
|
|
"email": "alice@snowballtools.xyz",
|
|
"isVerified": true
|
|
},
|
|
{
|
|
"id": "cd892fad-9138-4aa2-a62c-414a32776ea7",
|
|
"name": "Bob Banner",
|
|
"email": "bob@snowballtools.xyz",
|
|
"isVerified": true
|
|
}
|
|
]
|