Commit ae843e55 authored by Gabriel Mazetto's avatar Gabriel Mazetto

fix mistake

parent 612b4974
...@@ -4,7 +4,7 @@ module Geo ...@@ -4,7 +4,7 @@ module Geo
def initialize(key_change) def initialize(key_change)
@id = key_change['id'] @id = key_change['id']
@action = key_change['change'] @action = key_change['action']
end end
def execute def execute
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment