Skip to content

Commit 0b5561e

Browse files
authored
Typo in Msgraph curso invocation
1 parent a310f6b commit 0b5561e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Scot/Inbox/Msgraph.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sub get_mail {
103103

104104
$log->trace("Creating Cursor with ids = ", join(',',@mids));
105105

106-
my $cursor = Scot::Email::MSGraph::Cursor->new(
106+
my $cursor = Scot::Email::Msgraph::Cursor->new(
107107
ids => \@mids,
108108
msgraph => $self,
109109
);

0 commit comments

Comments
 (0)