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