Skip to content

Commit 453917d

Browse files
committed
removed comma
1 parent 51ebf5b commit 453917d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lastTwitterFetchResult = {}
1818
determineDate = (start, end) ->
1919
start = moment(new Date start)
2020
end = moment(new Date end)
21-
date = start.format('dddd, MMM, Do')
21+
date = start.format('dddd, MMM Do')
2222

2323
return date if start.diff(end, 'days') == -1
2424

0 commit comments

Comments
 (0)