We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10796a6 commit a418f88Copy full SHA for a418f88
app/features/app/components/App.js
@@ -63,12 +63,11 @@ class App extends Component {
63
/**
64
* Handler when main process contact us.
65
*
66
- * @param {Object} event - Message event.
67
* @param {string} inputURL - String with room name.
68
69
* @returns {void}
70
*/
71
- _listenOnProtocolMessages(event, inputURL) {
+ _listenOnProtocolMessages(inputURL) {
72
// Remove trailing slash if one exists.
73
if (inputURL.slice(-1) === '/') {
74
inputURL = inputURL.slice(0, -1); // eslint-disable-line no-param-reassign
0 commit comments