mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 07:52:11 +02:00
Correct HTTP method in CommitLogCheckPointAction (#1413)
* Correct HTTP method in CommitLogCheckPointAction
This commit is contained in:
parent
71e3427fdf
commit
91886e64db
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue