Skip to content

Commit

Permalink
fix: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Jul 6, 2021
1 parent 7b79e04 commit a0766a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fast-crud/src/use/use-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export function useTypes() {
addTypes: types.addTypes,
getType: types.getType,
getTypes: types.getTypes,
install: types.install,
install: types.install
};
}
2 changes: 1 addition & 1 deletion packages/fast-crud/src/utils/util.log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function getCallerInfo() {
return e.stack?.split("\n")[3];
}

const blank = () => {};
const blank = (...args) => {};

const error = (...args) => {
console.error("[error]", ...args);
Expand Down

0 comments on commit a0766a2

Please sign in to comment.