Skip to content

Commit

Permalink
#213 remove back slach from 'create invididual' function calling
Browse files Browse the repository at this point in the history
remove back slach from 'create invididual' function calling
  • Loading branch information
lijogeorgep authored and josmilan committed Nov 16, 2023
1 parent d3ecfff commit 11467be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class RegisterController extends BaseController {
} else {
var response = await platform.invokeMethod('CreateIndividual', {
"apiKey": PrivacyDashboard().apiKey,
"baseUrl": "${PrivacyDashboard().baseUrl}/"
"baseUrl": PrivacyDashboard().baseUrl
});

Map<String, dynamic> responseMap = json.decode(response);
Expand Down

0 comments on commit 11467be

Please sign in to comment.