Skip to content

Commit 594fb46

Browse files
committed
Fix broken Share handler.
1 parent bad09b3 commit 594fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/barcodeapi/server/cache/CachedShare.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class CachedShare extends CachedObject {
2929
* @param requests
3030
*/
3131
public CachedShare(List<BarcodeRequest> requests) {
32-
super("cache");
32+
super("share");
3333

3434
// Turn requests into JSON array
3535
JSONArray reqs = new JSONArray();

0 commit comments

Comments
 (0)