Commit 86ac34a46039093cf6073f6ffb313d004d0af4f9
1 parent
7d070d4d
Exists in
master
Fix bugs
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
lib/dingtalk/api/department.rb
lib/dingtalk/api/user.rb
@@ -14,7 +14,7 @@ module Dingtalk | @@ -14,7 +14,7 @@ module Dingtalk | ||
14 | end | 14 | end |
15 | 15 | ||
16 | def create(name, mobile, department = [1]) | 16 | def create(name, mobile, department = [1]) |
17 | - parmas = { | 17 | + params = { |
18 | name: name, | 18 | name: name, |
19 | mobile: mobile, | 19 | mobile: mobile, |
20 | department: department | 20 | department: department |