Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Dec 24, 2023
2 parents 0004c0b + 524dc44 commit 41152d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@nexys/user-management-aas",
<<<<<<< HEAD
"version": "0.4.8",
=======
"version": "0.4.9",
>>>>>>> 524dc4456ac86fb05b4c61d7f7f4fa41b4c138db
"private": false,
"license": "MIT",
"scripts": {
Expand Down
5 changes: 0 additions & 5 deletions src/lib/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,6 @@ class UserManagementService {
* or rejects in case of any errors during file retrieval or conversion.
*/
fileServe = async (uuid: string): Promise<ArrayBuffer> => {
const headers = {
Authorization: "Bearer " + this.token,
"content-type": "application/json",
};

const response = await U.requestToResponse(
this.token,
urlPrefix + "/file/serve",
Expand Down

0 comments on commit 41152d9

Please sign in to comment.