Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
IamRezaMousavi committed May 15, 2023
1 parent c5606bc commit 07a98f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions [email protected]/utils/dateformat.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ function dateFormat(date, mask) {
utc = true;
if (maskSlice === 'GMT:')
gmt = true;
}
else
} else
isPersian = true;

const _ = () => utc ? 'getUTC' : 'get';
Expand Down

0 comments on commit 07a98f5

Please sign in to comment.