Commit 2e8f394
fix(openclaw-plugin): remove duplicate const sessionId declaration in ov_archive_expand (#1059)
Line 722 re-declared `const sessionId = ctx.sessionId ?? ""` which was
already declared on line 711 within the same execute() scope. This
caused a ParseError at plugin load time:
Identifier 'sessionId' has already been declared.
/home/.../.openclaw/extensions/openviking/index.ts:722:14
Removed the duplicate declaration so the existing sessionId from
line 711 is reused.
Co-authored-by: Evaldas <evaldas@openclaw.ai>1 parent 24a968a commit 2e8f394
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
723 | 722 | | |
724 | 723 | | |
725 | 724 | | |
| |||
0 commit comments