pesto-students/batch-11-relayer

View on GitHub
server/constants/actionStatus.js

Summary

Maintainability
A
0 mins
Test Coverage
exports.NOT_ALLOWED = 'NOT ALLOWED';
exports.SUCCESS = 'SUCCESS';
exports.INVALID_DATA = 'INVALID_DATA';
exports.NOT_FOUND = 'NOT_FOUND';
exports.FAILED = 'FAILED';