Reorganize token pooling code (#2792)

Ref #2698
This commit is contained in:
Paul Melnikow
2019-01-18 06:18:31 -05:00
committed by GitHub
parent 4bfc8d3b72
commit 5ff7beb3bf
11 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
'use strict'
const Joi = require('joi')
const { TokenPool } = require('../../lib/token-pool')
const { TokenPool } = require('../../core/token-pooling/token-pool')
const { nonNegativeInteger } = require('../validators')
const headerSchema = Joi.object({