chore: auto-commit uncommitted changes
This commit is contained in:
parent
adc00c3e6c
commit
3e8b3000fe
|
|
@ -383,7 +383,7 @@ func (c *M365Connector) pollEmail() bool {
|
|||
return false
|
||||
}
|
||||
|
||||
u := "https://graph.microsoft.com/v1.0/me/messages?$top=20&$filter=isRead eq false&$select=subject,from,receivedDateTime,isRead,conversationId&$orderby=receivedDateTime desc"
|
||||
u := "https://graph.microsoft.com/v1.0/me/messages?$top=20&$filter=isRead+eq+false&$select=subject,from,receivedDateTime,isRead,conversationId"
|
||||
req, _ := http.NewRequest("GET", u, nil)
|
||||
req.Header.Set("Authorization", "Bearer "+token)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue