fixed the getUserInfo of API.ts

This commit is contained in:
Clément Le Bihan
2023-02-22 13:40:43 +01:00
parent 3a0db23a65
commit 68f618ad64
2 changed files with 39 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ interface UserSettings {
},
privacy: {
dataCollection: boolean,
customAdd: boolean,
customAd: boolean,
recommendation: boolean
}
}