Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Feb 4, 2024
1 parent 8c64ba3 commit 3731fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deltachat/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package deltachat
type eventType string

const (
eventTypeUnknow eventType = "UnknownEvent"
eventTypeUnknown eventType = "UnknownEvent"
eventTypeInfo eventType = "Info"
eventTypeSmtpConnected eventType = "SmtpConnected"
eventTypeImapConnected eventType = "ImapConnected"
Expand Down Expand Up @@ -552,7 +552,7 @@ type EventConfigSynced struct {
Key string
}

func (self ConfigSynced) eventType() eventType {
func (self EventConfigSynced) eventType() eventType {
return eventTypeConfigSynced
}

Expand Down

0 comments on commit 3731fc8

Please sign in to comment.