Switched to single quotations

pull/88/head
Josh Moore 3 years ago committed by GitHub
parent 1f3e0714fb
commit 5a7fadd36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ router.post('/', (req, res, next) => {
req.file.timestamp = DateTime.now().toMillis();
// Save the timezone offset
req.file.timeoffset = req.headers['x-ass-timeoffset'] || "UTC+0";
req.file.timeoffset = req.headers['x-ass-timeoffset'] || 'UTC+0';
// Keep track of the token that uploaded the resource
req.file.token = req.token;

Loading…
Cancel
Save