Skip to content

Commit

Permalink
[CIVIC-1946] Remove unused parameter from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cole committed Oct 17, 2024
1 parent 38da2b9 commit 4fcdb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/themes/contrib/civictheme/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const JS_ASSET_IMPORTS = [
`${DIR_ASSETS_IN}/js/**/*.js`,
]

function build(options = {}) {
function build() {
const startTime = new Date().getTime()

// --------------------------------------------------------------------------- CREATE DIR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const JS_ASSET_IMPORTS = [
`${DIR_ASSETS_IN}/js/**/*.js`,
]

function build(options = {}) {
function build() {
const startTime = new Date().getTime()

// --------------------------------------------------------------------------- CREATE DIR
Expand Down

0 comments on commit 4fcdb68

Please sign in to comment.