mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
fix eslint for tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {config} from '../src/config';
|
||||
import {config} from "../src/config";
|
||||
|
||||
export function getbaseURL(): string {
|
||||
return "http://localhost:" + config.port;
|
||||
return `http://localhost:${config.port}`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user