Skip to content

Commit

Permalink
removed duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashaankKrishnatray committed Nov 16, 2023
1 parent 80bcb96 commit a9d364f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/rule-engine/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import {
RuleEngineExternalEventPayload,
KairosCredentials,
} from './models/rule-engine';
import { AnyJson } from './models/rule';
import { Utils } from './Utils';
import { ErrorCodes } from './models/error-codes';
import { LogSeverity } from './services/GoogleCloudLogging';

import { AnyJson, Api, CustomPlaceholdersMap, Rule } from './models/rule';
import { RulePlugin } from './models/plugin';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { Utils } from '../../Utils';
import * as _ from 'lodash';
import { ErrorCodes } from '../../models/error-codes';
import { LogSeverity } from '../../services/GoogleCloudLogging';
import { set, get } from 'lodash';

const contentTypeMap: {
[key in WebhookContentType]: string;
Expand Down

0 comments on commit a9d364f

Please sign in to comment.