Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Apr 2, 2020
1 parent ff23f57 commit 95ea956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const createMLJob = async ({
};
} else {
const { error } = jobResponse;
throw new Error(error.msg);
throw new Error(error?.msg);
}
} else {
return null;
Expand Down

0 comments on commit 95ea956

Please sign in to comment.