mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
refactor: update dependencies
This commit is contained in:
@@ -25,8 +25,8 @@ import {
|
||||
SCThingUpdateResponse,
|
||||
SCThingUpdateRoute,
|
||||
} from '@openstapps/core';
|
||||
import clone = require('fast-clone');
|
||||
import moment from 'moment';
|
||||
import clone = require('rfdc');
|
||||
import {v5} from 'uuid';
|
||||
import {Bulk} from './bulk';
|
||||
import {Client} from './client';
|
||||
@@ -82,7 +82,7 @@ export class ConnectorClient extends Client {
|
||||
static removeReferences<THING extends SCThings>(thing: THING): SCAssociatedThingWithoutReferences<THING> {
|
||||
|
||||
// tslint:disable-next-line:no-any
|
||||
const thingWithoutReferences = clone<any>(thing);
|
||||
const thingWithoutReferences = clone()<any>(thing);
|
||||
|
||||
delete thingWithoutReferences.origin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user