Skip to content

Commit

Permalink
Fix a build error
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtlBbx committed Dec 14, 2023
1 parent ad8d084 commit 24b5ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface ModuleOptions {
baseURL: string,
drupalBaseUrl?: string,
serverDrupalBaseUrl?: string,
ceApiEndpoint?: string,
ceApiEndpoint: string,
menuEndpoint: string,
menuBaseUrl?: string,
addRequestContentFormat?: string,
Expand Down

0 comments on commit 24b5ec9

Please sign in to comment.