Skip to content

Commit bbaf352

Browse files
author
Ben McLean
committed
Made simple request actually follow do not store
1 parent b352c82 commit bbaf352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/au/com/origma/perspectiveapi/v1alpha1/UnirestPerspectiveAPI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public AnalyzeCommentResponse analyze(String comment) {
4646
.type(ContentType.PLAIN_TEXT)
4747
.text(comment)
4848
.build())
49+
.doNotStore(doNotStore)
4950
.build());
5051
}
5152

0 commit comments

Comments
 (0)