Skip to content

Commit

Permalink
add template to creative debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Nov 1, 2024
1 parent 356ba91 commit 26b24eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import EBIProteinTransformer from "./transformers/ebi_protein_transformer";
import JQTransformer from "./transformers/jq_transformer";
import { BTEQueryObject } from "./types";
import { Record } from "./record";
import Debug from "debug";
import { Debug } from "@biothings-explorer/utils";
const debug = Debug("bte:api-response-transform:index");
export * from "./record";
export * from "./types";
Expand Down
2 changes: 1 addition & 1 deletion src/transformers/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BTEKGOperationObject, BTEQueryObject } from "../types";
import { Record } from "../record";
import { FrozenRecord } from "../record";
import * as _ from "lodash";
import Debug from "debug";
import { Debug } from "@biothings-explorer/utils";
import async from "async";
const debug = Debug("bte:api-response-transform:transformer");

Expand Down

0 comments on commit 26b24eb

Please sign in to comment.