Fix compile error

This commit is contained in:
Shrikant Sharat Kandula 2022-07-29 15:16:43 +05:30 committed by GitHub
parent 04f8d2799d
commit 8619a311ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,6 +221,7 @@ public class UserSignupCEImpl implements UserSignupCE {
false
);
analyticsService.identifyInstance(instanceId, userData.getRole(), userData.getUseCase());
return instanceId;
}),
envManager.applyChanges(Map.of(
APPSMITH_DISABLE_TELEMETRY.name(),