Skip to content

Commit

Permalink
🐛 Fixed error while trying to build the package
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHoque committed Nov 8, 2023
1 parent 7af2f6c commit 56cd655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { WhmcsClientCustom } from "./module/custom";

export default class WhmcsApi {

constructor(private readonly options: WhmcsSetupOptions) { }
public static options: WhmcsSetupOptions;

constructor(options: WhmcsSetupOptions) {
WhmcsApi.options = options
Expand Down

0 comments on commit 56cd655

Please sign in to comment.