summaryrefslogtreecommitdiff
path: root/nodejs/database/agents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nodejs/database/agents.ts')
-rw-r--r--nodejs/database/agents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodejs/database/agents.ts b/nodejs/database/agents.ts
index 3fc4182..5221dc7 100644
--- a/nodejs/database/agents.ts
+++ b/nodejs/database/agents.ts
@@ -1,4 +1,4 @@
-import { Agent } from '../model/agent.ts';
+import { Agent } from '../lib/types.ts';
import { DbData, db } from './db.ts';
const addAgentStatement = db.prepare(`INSERT INTO agents(data) VALUES (json(?));`);