eslint update

63724a2b383aaa2bcaa5ca4009f65062f45c39cd

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/tool-calling.js+1 -1
@@ -213,7 +213,7 @@ export class ToolManager {
213213 static #applyToolCallDelta(target, delta) {
214214 for (const key in delta) {
215215 if (!delta.hasOwnProperty(key)) continue;
216216 if (key === "'__proto__"' || key === "'constructor"') continue;
217217
218218 const deltaValue = delta[key];
219219 const targetValue = target[key];