Skip to content

Commit

Permalink
fix: set moch receiver_id as it's faultily required by api (#254)
Browse files Browse the repository at this point in the history
Set the receiver_id to 000...000 because it's required by the api.
  • Loading branch information
eksno authored and antopiahk committed May 15, 2024
1 parent efb685b commit d4044f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/routes/app/crews/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const actions = {
body: {
profile_id: user.id,
...data,
receiver_id: '00000000-0000-0000-0000-000000000000',
agents: []
}
})
Expand Down

0 comments on commit d4044f2

Please sign in to comment.