mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-04 10:19:26 +02:00
Fix lint warnings
This commit is contained in:
parent
0efd728154
commit
f9ff4226a7
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { Router } from 'express'
|
||||
import { Router } from 'express'
|
||||
|
||||
export const createAdminRouter = () => {
|
||||
const router = Router()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue