GITLAB
kubaninc
/ dingtalk
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2651950afd8c7a1bf01d77f4776461f7ac5e1f07
Authored by
Jeff Lai
2016-05-27 17:36:36 +0800
1 parent
cb0430d6
Exists in
master
Fix bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/dingtalk/client.rb
Side-by-side Diff
Inline Diff
lib/dingtalk/client.rb
Wrap text
Diff comments
View file @
2651950
...
...
@@ -64,7 +64,7 @@ module Dingtalk
64
64
Api::User.new(@corp)
65
65
end
66
66
67
- def
A
ttendance
67
+ def
a
ttendance
68
68
Api::Attendance.new(@corp)
69
69
end
70
70
...
...