From 9a71163dda2e0857e2fe3d32be18a54e35bc837c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 2 Sep 2023 01:06:11 +0200 Subject: [javascript] began reworking token handling to match what is done with the haskell client --- nodejs/lib/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nodejs/lib') diff --git a/nodejs/lib/api.js b/nodejs/lib/api.js index 3e2bbd0..f9b981a 100644 --- a/nodejs/lib/api.js +++ b/nodejs/lib/api.js @@ -1,7 +1,7 @@ import * as fs from 'fs'; import * as events from 'events'; -import { getToken } from '../database/config.js'; +import { getToken } from '../database/tokens.js'; import { PriorityQueue } from './priority_queue.js'; // queue processor module variables -- cgit v1.2.3