4 lines
44 B
JavaScript
Raw Normal View History

module.exports = ctx => {
return true;
2021-08-24 17:56:49 +02:00
};