2016-11-10 22:05:50 +01:00
|
|
|
'use strict';
|
|
|
|
|
2016-11-13 15:41:35 +01:00
|
|
|
module.exports = () => ({
|
2016-11-10 22:05:50 +01:00
|
|
|
insert: () => Promise.resolve(),
|
2016-12-01 17:15:55 +01:00
|
|
|
getApplications: () => Promise.resolve([]),
|
2016-11-13 15:41:35 +01:00
|
|
|
});
|