File size: 94 Bytes
bc20498 |
1 2 3 4 5 |
'use strict';
const {CHANNEL} = require('../channel.js');
module.exports = ('WS' + CHANNEL);
|
bc20498 |
1 2 3 4 5 |
'use strict';
const {CHANNEL} = require('../channel.js');
module.exports = ('WS' + CHANNEL);
|