Skip to content

Commit

Permalink
Add auth to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejpass committed Sep 1, 2023
1 parent 982502f commit c50bb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/modules/board/uc/card.uc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export class CardUc {
`${Configuration.get('TLDRAW_URI') as string}/api/v3/tldraw-document/${element.drawingName}`,
{
headers: {
Authorization: auth,
Accept: 'Application/json',
Authorization: auth,
},
}
)
Expand Down

0 comments on commit c50bb70

Please sign in to comment.