Skip to content

Commit

Permalink
lint and remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
danpriori committed Jul 1, 2024
1 parent c48d6f6 commit 78673b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion react-components/src/components/CacheProvider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
type AnnotationsBoundingVolume,
type Node3D,
type AnnotationsCogniteAnnotationTypesImagesAssetLink,
AssetMapping3D
type AssetMapping3D
} from '@cognite/sdk';
import { type DmsUniqueIdentifier, type Source, type EdgeItem } from '../../utilities/FdmSDK';
import { type InModel3dEdgeProperties } from '../../utilities/globalDataModels';
Expand Down
3 changes: 0 additions & 3 deletions react-components/src/components/RuleBasedOutputs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,3 @@ const convertExpressionStringMetadataKeyToLowerCase = (expression: Expression):

expression.trigger.key = expression.trigger.key.toLowerCase();
};

export const delayMs = async (delayTimeMs: number) =>
await new Promise((r) => setTimeout(r, delayTimeMs));

0 comments on commit 78673b9

Please sign in to comment.