Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkissel committed Nov 17, 2023
1 parent 7612816 commit c01174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cadenza.js
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ function createParams({
...(mapExtent && { mapExtent: mapExtent.join() }),
...(mediaType && { mediaType }),
...(minScale && { minScale: String(minScale) }),
...(operationMode !== 'normal' && { operationMode }),
...(operationMode && operationMode !== 'normal' && { operationMode }),
...(parts && { parts: parts.join() }),
...(useMapSrs && { useMapSrs: 'true' }),
...(webApplication && {
Expand Down

0 comments on commit c01174f

Please sign in to comment.