Skip to content

Commit

Permalink
feat: add missing mark
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 26, 2023
1 parent ec16c09 commit ba97edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private void getFeedbackWidgetDataInternal(CountlyFeedbackWidget widgetInfo, Ret
StringBuilder requestData = new StringBuilder();
String widgetDataEndpoint = "/o/surveys/" + widgetInfo.type.name() + "/widget";

requestData.append("widget_id=");
requestData.append("?widget_id=");
requestData.append(Utils.urlencode(widgetInfo.widgetId, L));
requestData.append("&shown=1");
requestData.append("&sdk_version=");
Expand Down

0 comments on commit ba97edd

Please sign in to comment.