mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
13 lines
144 B
JavaScript
Executable File
13 lines
144 B
JavaScript
Executable File
'use strict';
|
|
|
|
const Ignore = require('./ignore');
|
|
|
|
|
|
const internals = {};
|
|
|
|
|
|
module.exports = function () {
|
|
|
|
return new Promise(Ignore);
|
|
};
|