Skip to content

Commit

Permalink
fix: runtime name uses idTag
Browse files Browse the repository at this point in the history
  • Loading branch information
nampereira committed Apr 19, 2022
1 parent fb527a3 commit e062014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arena.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ export class Arena {
onInitCallback: function() {
console.info('Runtime init done.');
},
name: 'rt-' + Math.round(Math.random() * 10000) + '-' + this.idTag,
name: `rt-${this.idTag}`,
mqttUsername: this.username,
mqttToken: this.mqttToken,
});
Expand Down

0 comments on commit e062014

Please sign in to comment.