Skip to content

Commit 49f44b4

Browse files
jlara310kurtisvg
authored andcommitted
Use kindsJson for the entity filter. (GoogleCloudPlatform#1337)
1 parent 890af88 commit 49f44b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java8/datastore-schedule-export/src/main/java/com/example/datastore/DatastoreExportServlet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void doGet(HttpServletRequest request, HttpServletResponse response) thro
9898
String[] kinds = request.getParameterValues("kind");
9999
if (kinds != null) {
100100
JSONArray kindsJson = new JSONArray(kinds);
101-
entityFilter.put("kinds", kinds);
101+
entityFilter.put("kinds", kindsJson);
102102
}
103103

104104
// Read namespace parameters and add to export request if not null

0 commit comments

Comments
 (0)