1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Correct HTTP method in CommitLogCheckPointAction (#1413)

* Correct HTTP method in CommitLogCheckPointAction
This commit is contained in:
Rachel Guan
2021-11-11 15:59:48 -05:00
committed by GitHub
parent 930c4f8cfa
commit 52550a9251

View File

@@ -80,7 +80,7 @@ public final class CommitLogCheckpointAction implements Runnable {
// Enqueue a diff task between previous and current checkpoints.
cloudTasksUtils.enqueue(
QUEUE_NAME,
CloudTasksUtils.createGetTask(
CloudTasksUtils.createPostTask(
ExportCommitLogDiffAction.PATH,
Service.BACKEND.toString(),
ImmutableMultimap.of(