Skip to content

Commit 90fd60a

Browse files
committed
lint
1 parent faf26b4 commit 90fd60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/lib/countly.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ countlyCommon.isValidPeriodParam = function(period) {
790790
return countlyCommon.isValidPeriodParam(period.period);
791791
}
792792
else {
793-
return Object.prototype.hasOwnProperty.call(period, 'since')
793+
return Object.prototype.hasOwnProperty.call(period, 'since');
794794
}
795795
}
796796

0 commit comments

Comments
 (0)