-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
I tried to do a decode/encode test on the same Sharecode you posted in the Readme section,.
It always return false
const ShareCode = require('csgo-sharecode');
const match = ShareCode.decode('CSGO-GADqf-jjyJ8-cSP2r-smZRo-TO2xK');
const code = ShareCode.encode(match.matchId, match.reservationId, match.tvPort);
console.log(code === match);
Metadata
Metadata
Assignees
Labels
No labels