packages/api/src/app.hooks.js
// 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: [], },};