mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
Fix export statement
This commit is contained in:
@@ -7,6 +7,4 @@ async function operations (req, res, next) {
|
||||
next();
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
operations
|
||||
};
|
||||
module.exports = operations;
|
||||
|
||||
Reference in New Issue
Block a user