Spaces:
Build error
Build error
fix: data crunching import
Browse files
backend/functions/src/cloud-functions/data-crunching.ts
CHANGED
|
@@ -2,10 +2,12 @@ import {
|
|
| 2 |
Defer,
|
| 3 |
PromiseThrottle,
|
| 4 |
RPCHost,
|
| 5 |
-
RPCReflection,
|
| 6 |
} from 'civkit';
|
| 7 |
import { singleton } from 'tsyringe';
|
| 8 |
-
import {
|
|
|
|
|
|
|
|
|
|
| 9 |
import _ from 'lodash';
|
| 10 |
import { CrawlerHost } from './crawler';
|
| 11 |
|
|
|
|
| 2 |
Defer,
|
| 3 |
PromiseThrottle,
|
| 4 |
RPCHost,
|
|
|
|
| 5 |
} from 'civkit';
|
| 6 |
import { singleton } from 'tsyringe';
|
| 7 |
+
import {
|
| 8 |
+
CloudScheduleV2, CloudTaskV2,
|
| 9 |
+
FirebaseStorageBucketControl, Logger, Param, TempFileManager
|
| 10 |
+
} from '../shared';
|
| 11 |
import _ from 'lodash';
|
| 12 |
import { CrawlerHost } from './crawler';
|
| 13 |
|