File size: 123 Bytes
bc20498 |
1 2 3 4 5 6 7 |
'use strict';
const CHANNEL = require('./channel.js');
module.exports = (self, coincident) => {
return coincident;
};
|
bc20498 |
1 2 3 4 5 6 7 |
'use strict';
const CHANNEL = require('./channel.js');
module.exports = (self, coincident) => {
return coincident;
};
|