1
0
Fork 0

chore [react]: Prettier

This commit is contained in:
joostdecock 2025-06-01 17:04:47 +02:00
parent 47d4a27f64
commit daaf407028
8 changed files with 33 additions and 15 deletions

View file

@ -711,4 +711,3 @@ Backend.prototype.updateSet = async function (id, data) {
Backend.prototype.uploadImage = async function (data) {
return await this.post('/images/jwt', data)
}