get the correct token #15
Annotations
4 errors
types-lint-build:
src/components/Nav.svelte#L7
Component has unused export property 'user'. If it is for external reference only, please consider using `export const user`(unused-export-let)
|
types-lint-build:
src/routes/+layout.server.ts#L4
'token' is never reassigned. Use 'const' instead
|
types-lint-build:
src/routes/+layout.server.ts#L7
'client' is assigned a value but never used
|
types-lint-build
Process completed with exit code 1.
|