Skip to content

Commit

Permalink
fixed export issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Sep 7, 2023
1 parent bd54898 commit 9f06c7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hajar",
"version": "1.0.89",
"version": "1.0.90",
"description": "Toolkit to create SaaS applications",
"author": "Sikka Software <[email protected]> (http://sikka.io)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/core/authentication/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { default: CustomError } = require("../../utils/customError");
const { CustomError } = require("../../utils/customError");

class HajarAuth {
constructor(options) {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/customError.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class CustomError extends Error {
}
}

export default CustomError;
module.exports = CustomError;

0 comments on commit 9f06c7c

Please sign in to comment.