[javascript] began reworking token handling to match what is done with the haskell client
This commit is contained in:
parent
a50ea1be7c
commit
9a71163dda
5 changed files with 50 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue