Skip to content

Commit

Permalink
Use provided argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed May 17, 2022
1 parent 01c5583 commit b6a495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export default class LayerClient {
{
'@key': 'time',
dimensionInfo: {
presentation: 'DISCRETE_INTERVAL',
presentation: presentation || 'DISCRETE_INTERVAL',
resolution: resolution,
units: 'ISO8601',
defaultValue: {
Expand Down

0 comments on commit b6a495d

Please sign in to comment.