AlpsBTE / Plot-System-API

MIT License
3 stars 4 forks source link

fix(struct): replace i8s with bools #36

Closed ElijahPepe closed 2 years ago

ElijahPepe commented 2 years ago

Serde is capable of converting tinyints to boolean values, so the expression of tinyints from the DB to the API should be a boolean for semantics.

Resolves: #33