Skip to content

Commit

Permalink
refactor: remove unwanted import
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhenson committed Aug 23, 2018
1 parent 9267e5e commit 061bd4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { None, Some } from "fp-ts/lib/Option";
import { mixed } from "io-ts";
import { forOwn, isEqual, isPlainObject } from "lodash";
import * as pg from "pg";
import { inspect } from "util";

const normaliseValue = (value: any): any => {
if (value == null) {
Expand Down

0 comments on commit 061bd4e

Please sign in to comment.