Skip to content

Commit

Permalink
Merge pull request #160 from vaivk369/vk-prod-oblf
Browse files Browse the repository at this point in the history
Issue #000 fix: v1/user giving errors
  • Loading branch information
vaivk369 authored May 15, 2024
2 parents a691f82 + 470f0da commit ef88fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/hasura/user.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ export class HasuraUserService implements IServicelocator {
url: process.env.REGISTRYHASURA,
headers: {
Authorization: request.headers.authorization,
"x-hasura-role": getUserRole(userRoles),
"x-hasura-admin-secret": process.env.REGISTRYHASURAADMINSECRET,
"Content-Type": "application/json",
},
data: data,
Expand Down

0 comments on commit ef88fda

Please sign in to comment.