jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Use synchronous forms of Cipher and Decipher to avoid Promises in gam… #122

Closed jwir3 closed 7 years ago

jwir3 commented 7 years ago

…eInfo.

We avoid the use of Promise objects when returning identifying game information (and it's associated enciphered form) by using the synchronous forms of the Cipher and Decipher objects.

Issue References:

Development/Code Review Checklist