fix nullable
This commit is contained in:
parent
9cffa75e9d
commit
c12dbdae90
|
@ -130,7 +130,7 @@ class SignUpTemplateComponentModel
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
),
|
),
|
||||||
tipo: device,
|
tipo: device!,
|
||||||
descricao: randomString(
|
descricao: randomString(
|
||||||
36,
|
36,
|
||||||
36,
|
36,
|
||||||
|
|
Loading…
Reference in New Issue