calmandhandsome
9 months ago
No known key found for this signature in database
GPG Key ID: E8917A3975CD1228
1 changed files with
1 additions and
1 deletions
-
apps/api/src/services/data-provider/manual/manual.service.ts
|
@ -29,7 +29,7 @@ import * as cheerio from 'cheerio'; |
|
|
import { isUUID } from 'class-validator'; |
|
|
import { isUUID } from 'class-validator'; |
|
|
import { addDays, format, isBefore } from 'date-fns'; |
|
|
import { addDays, format, isBefore } from 'date-fns'; |
|
|
import got, { Headers } from 'got'; |
|
|
import got, { Headers } from 'got'; |
|
|
import jsonpath from 'jsonpath'; |
|
|
import * as jsonpath from 'jsonpath'; |
|
|
|
|
|
|
|
|
@Injectable() |
|
|
@Injectable() |
|
|
export class ManualService implements DataProviderInterface { |
|
|
export class ManualService implements DataProviderInterface { |
|
|