Skip to content

Commit

Permalink
#2304 Map merge action to "Update"
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 30, 2021
1 parent 9654063 commit 3979a54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ object Conversion {
case "create" => "Creation"
case "update" => "Update"
case "delete" => "Delete"
case "merge" => "Update"
case _ => "Unknown"
}

Expand Down

0 comments on commit 3979a54

Please sign in to comment.