Celtech/shout-it

View on GitHub
packages/api/src/app.hooks.js

Summary

Maintainability
A
1 hr
Test Coverage
// Application hooks that run for every service
 
module.exports = {
Similar blocks of code found in 4 locations. Consider refactoring.
before: {
all: [],
find: [],
get: [],
create: [],
update: [],
patch: [],
remove: [],
},
 
Similar blocks of code found in 4 locations. Consider refactoring.
after: {
all: [],
find: [],
get: [],
create: [],
update: [],
patch: [],
remove: [],
},
 
Similar blocks of code found in 4 locations. Consider refactoring.
error: {
all: [],
find: [],
get: [],
create: [],
update: [],
patch: [],
remove: [],
},
};