2026-03-04 12:59:40 +01:00

7 lines
123 B
JavaScript

'use strict';
const CHANNEL = require('./channel.js');
module.exports = (self, coincident) => {
return coincident;
};