Skip to content

Commit ec30c0f

Browse files
committed
Fix aliasing.
1 parent 1d91d06 commit ec30c0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/github_api/client/projects/cards.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def update(*args)
102102

103103
patch_request("/projects/columns/cards/#{arguments.card_id}", params)
104104
end
105+
alias edit update
105106

106107
# Delete a project card
107108
#

0 commit comments

Comments
 (0)