Commit 2a8db689 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'fix-deploy-board' into 'master'

Match require statement. Status code is now undefined in master

See merge request !1314
parents 006b9125 7ceea539
......@@ -7,4 +7,4 @@ const statusCodes = {
OK: 200,
};
export default statusCodes;
module.exports = statusCodes;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment