fixed all production issues

This commit is contained in:
tiago.kayaya
2021-06-03 17:07:29 +01:00
parent df66ddf79d
commit 716562e357
11 changed files with 16 additions and 69 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ export class User {
Id: 1
}[]
UserName: string
Profile: "PR" | "MDGPR"
Profile: any;
}