Skip to content

Commit 1a1b208

Browse files
committed
change tmpl to cnst
1 parent 190d2bd commit 1a1b208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/zendesk/client/v2/Zendesk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ public <T extends SearchResultEntity> Iterable<T> getSearchResults(Class<T> type
761761
}
762762

763763
public void notifyApp(String json) {
764-
complete(submit(req("POST", tmpl("/api/v2/apps/notify.json"), JSON, json.getBytes()), handleStatus()));
764+
complete(submit(req("POST", cnst("/api/v2/apps/notify.json"), JSON, json.getBytes()), handleStatus()));
765765
}
766766

767767
// TODO search with sort order

0 commit comments

Comments
 (0)