Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Jan 6, 2023
1 parent 862990c commit 6c93cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/essence/Ancillary/QueryURL.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var QueryURL = {
}

if (endTime !== false) {
if (F_.isStringNumeric(endTime)) startTime = parseInt(endTime)
if (F_.isStringNumeric(endTime)) endTime = parseInt(endTime)

const date = new moment(endTime)
if (!isNaN(date) && date.isValid()) {
Expand Down

0 comments on commit 6c93cd1

Please sign in to comment.