Skip to content
Snippets Groups Projects
Commit 2b237ecb authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: lint

parent c4966abb
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ export class RoutedAnnotationService{
switchMap(
saneUrlKey => {
return saneUrlKey
? saneUrlSvc.getKeyVal(saneUrlKey)
: NEVER
? saneUrlSvc.getKeyVal(saneUrlKey)
: NEVER
}
)
).subscribe(val => {
......
......@@ -314,8 +314,8 @@ export const decodeCustomState = (fullPath: UrlTree) => {
const returnObj: Record<string, string> = {}
const pathFragments: UrlSegment[] = fullPath.root.hasChildren()
? fullPath.root.children['primary'].segments
: []
? fullPath.root.children['primary'].segments
: []
for (const f of pathFragments) {
if (!verifyCustomState(f.path)) continue
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment