Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Dec 10, 2023
1 parent 31314d4 commit 36071e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routerModule/routeStateTransform.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class RouteStateTransformSvc {
const encodedVal = val.replace(trimStart, "")
const array = Uint8Array.from(window.atob(encodedVal), v => v.charCodeAt(0))

let returnVal: Partial<ViewerConfigState> = {}
const returnVal: Partial<ViewerConfigState> = {}

const panelModeVal = array[0]
if (panelModeVal === 1) {
Expand Down

0 comments on commit 36071e0

Please sign in to comment.