Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 4311066

Browse files
committed
- fixes base reference
1 parent 20dfa77 commit 4311066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/microsoft_graph_service_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require_relative 'microsoft_graph/microsoft_graph_base_service_client'
22
module MicrosoftGraph
3-
class MicrosoftGraphServiceClient < MicrosoftGraph::MicrosoftBaseGraphServiceClient
3+
class MicrosoftGraphServiceClient < MicrosoftGraph::MicrosoftGraphBaseServiceClient
44
#TODO define sugar constructors acception the authentication provider
55
#TODO shim me
66
end

0 commit comments

Comments
 (0)