GwentAPI / gwentapi

The code for GwentAPI
https://gwentapi.com
BSD 3-Clause "New" or "Revised" License
47 stars 1 forks source link

Resource UUID is longer than intended due to conversion error #6

Closed Tri125 closed 7 years ago

Tri125 commented 7 years ago

Related #5

helpers/uuidEncoder.go is converting a string into a slice of bytes then encode it to base64. The problem is that the string is already a representation of bytes.

Tri125 commented 7 years ago

Should be fixed in 90a25cf646bcf49cf4c278c491dae967f6909fbd.

Tri125 commented 7 years ago

Fixed in 08c3313af101c1192e561a3c58af63024f0baae1 with the submodule update.