Skip to content

Commit

Permalink
fix failing test in graphql package
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Apr 4, 2018
1 parent 3c5db2c commit 580b5d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/plugins/core/graphql/server/getErrorFormatter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cuid from "cuid";
import Logger from "@reactioncommerce/reaction-logger";
import { Logger } from "./logger";

function getErrorFormatter(context = {}) {
return (err) => {
Expand Down
4 changes: 3 additions & 1 deletion imports/plugins/core/graphql/server/logger.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { Logger } from "/server/api";
import Logger from "@reactioncommerce/logger";

export { Logger };

0 comments on commit 580b5d4

Please sign in to comment.