Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve lint error
ineffectual assignment to path (ineffassign)
This resolves an error raised by the linter ``` Error: pkg/ui/routes.go:27:2: ineffectual assignment to path (ineffassign) path, err := filepath.Abs(r.URL.Path) ``` Signed-off-by: Phillip Rak <[email protected]>
- Loading branch information