JustalK/PORTFOLIO

View on GitHub
server/services/jobs.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';
 
module.exports = dbs => ({
get_all: async () => {
return dbs.get_all({});
}
});