1
0
Fork 0

[javascript] began reworking token handling to match what is done with the haskell client

This commit is contained in:
Julien Dessaux 2023-09-02 01:06:11 +02:00
parent a50ea1be7c
commit 9a71163dda
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 50 additions and 41 deletions

View file

@ -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