fix: linter error fixed (#143)

This commit is contained in:
Gagan Deep
2019-10-03 01:22:27 +05:30
committed by Juan Picado @jotadeveloper
parent cf050f234d
commit 74576bda12
5 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ export function getRouterPackageName(params): string {
return packageName;
}
function fillTitle(text) {
function fillTitle(text): string {
return `Verdaccio - ${text}`;
}