mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
refactor: adjust to changed dependency
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2018 StApps
|
* Copyright (C) 2018, 2019 StApps
|
||||||
* This program is free software: you can redistribute it and/or modify it
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the Free
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
* Software Foundation, version 3.
|
* Software Foundation, version 3.
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License along with
|
* You should have received a copy of the GNU General Public License along with
|
||||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
import {asyncPool} from '@krlwlfrt/async-pool';
|
||||||
import {
|
import {
|
||||||
SCBulkResponse,
|
SCBulkResponse,
|
||||||
SCBulkRoute,
|
SCBulkRoute,
|
||||||
@@ -22,7 +23,6 @@ import {
|
|||||||
SCThingUpdateResponse,
|
SCThingUpdateResponse,
|
||||||
SCThingUpdateRoute,
|
SCThingUpdateRoute,
|
||||||
} from '@openstapps/core';
|
} from '@openstapps/core';
|
||||||
import {asyncPool} from 'async-pool-native/dist/async-pool';
|
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
import {Bulk} from './bulk';
|
import {Bulk} from './bulk';
|
||||||
import {Client} from './client';
|
import {Client} from './client';
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2018 StApps
|
* Copyright (C) 2018, 2019 StApps
|
||||||
* This program is free software: you can redistribute it and/or modify it
|
* This program is free software: you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License as published by the Free
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
* Software Foundation, version 3.
|
* Software Foundation, version 3.
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
* You should have received a copy of the GNU General Public License along with
|
* You should have received a copy of the GNU General Public License along with
|
||||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
import {asyncPool} from '@krlwlfrt/async-pool';
|
||||||
import {SCSearchRequest, SCThingType} from '@openstapps/core';
|
import {SCSearchRequest, SCThingType} from '@openstapps/core';
|
||||||
import {asyncPool} from 'async-pool-native/dist/async-pool';
|
|
||||||
import {Bar} from 'cli-progress';
|
import {Bar} from 'cli-progress';
|
||||||
import {Client} from './client';
|
import {Client} from './client';
|
||||||
import {ConnectorClient} from './connectorClient';
|
import {ConnectorClient} from './connectorClient';
|
||||||
|
|||||||
Reference in New Issue
Block a user