Appease the linter

This commit is contained in:
Travis Ralston
2019-09-30 21:03:16 -06:00
parent fc66e69c02
commit 6b09c3e9e6
3 changed files with 4 additions and 10 deletions

View File

@@ -20,7 +20,6 @@ import PermalinkConstructor, {PermalinkParts} from "./PermalinkConstructor";
* Generates permalinks that self-reference the running webapp
*/
export default class RiotPermalinkConstructor extends PermalinkConstructor {
_riotUrl: string;
constructor(riotUrl: string) {