Skip to content

Commit

Permalink
auto-formatting applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Mar 6, 2024
1 parent b83e104 commit f011ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/flowTypes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Methods } from 'components/flow/routers/webhook/helpers';
import { FlowTypes, Operators, Types, ContactStatus } from 'config/interfaces';
import {Scheme} from "./config/typeConfigs";
import { Scheme } from './config/typeConfigs';

// we don't concern ourselves with patch versions
export const SPEC_VERSION = '13.1';
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ReactDOM from 'react-dom';

import * as serviceWorker from './serviceWorker';
import { setHTTPTimeout } from 'external';
import {SCHEMES} from "./config/typeConfigs";
import { SCHEMES } from './config/typeConfigs';

// bring in our temba-components if they aren't already registered
var componentsExist =
Expand All @@ -24,7 +24,7 @@ window.showFlowEditor = (ele, config) => {
setHTTPTimeout(config.httpTimeout);
}
//<*((==<
if ( config.schemes ) {
if (config.schemes) {
SCHEMES.concat(config.schemes);
}

Expand Down

0 comments on commit f011ce4

Please sign in to comment.