Skip to content

Commit e891441

Browse files
committed
Added closing paren
1 parent bba9740 commit e891441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Forecast.prototype.buildUrl = function buildUrl (latitude, longitude, time, opti
3333
var query = '?' + qs.stringify(options);
3434
var url = this.url + latitude + ',' + longitude;
3535

36-
if ((typeof time === 'number')||(typeof time === 'string') {
36+
if ((typeof time === 'number')||(typeof time === 'string')) {
3737
url += ',' + time;
3838
}
3939

0 commit comments

Comments
 (0)