mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 00:35:15 +02:00
Fix JSHint errors.
This commit is contained in:
@@ -2,7 +2,7 @@ var express = require('express')
|
||||
|
||||
var pathutil = require('../util/pathutil')
|
||||
|
||||
module.exports = function(options) {
|
||||
module.exports = function() {
|
||||
return express.static(
|
||||
pathutil.root('node_modules/stf-device-db/data/small'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user