forked from sombochea/verdaccio-ui
fix: linter error fixed (#143)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
cf050f234d
commit
74576bda12
@@ -19,7 +19,7 @@ export function getRouterPackageName(params): string {
|
||||
return packageName;
|
||||
}
|
||||
|
||||
function fillTitle(text) {
|
||||
function fillTitle(text): string {
|
||||
return `Verdaccio - ${text}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user