Commit 31b5d640 authored by Andreas Heimann's avatar Andreas Heimann

yeah uh no dev stuff thanks

parent 8f3d30a9
......@@ -3,7 +3,7 @@ const axios = require('axios');
class SSAPI {
isDev() {
if(process.env.NODE_ENV !== 'development') {
return true;
return false;
} else {
return false;
}
......
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