Commit 2651950afd8c7a1bf01d77f4776461f7ac5e1f07

Authored by Jeff Lai
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
... ... @@ -64,7 +64,7 @@ module Dingtalk
64 64 Api::User.new(@corp)
65 65 end
66 66  
67   - def Attendance
  67 + def attendance
68 68 Api::Attendance.new(@corp)
69 69 end
70 70  
... ...