propro-utils 1.5.56 → 1.5.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -152,7 +152,10 @@ const checkIfUserExists = async accountId => {
|
|
|
152
152
|
return user;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
const userGlobalStyles = await createUserGlobalStyles(
|
|
155
|
+
const userGlobalStyles = await createUserGlobalStyles(
|
|
156
|
+
userStyleSchema,
|
|
157
|
+
accountId
|
|
158
|
+
);
|
|
156
159
|
|
|
157
160
|
user = await userSchema.create({
|
|
158
161
|
accountId,
|