Skip to content

Commit

Permalink
fix: add return to IdentityEventSender.execute
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 committed Nov 16, 2022
1 parent 2ad97da commit 75d787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Amplitude/Plugins/IdentityEventSender.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ internal class IdentityEventSender: Plugin {
}

func execute(event: BaseEvent) -> BaseEvent? {

return event
}
}

0 comments on commit 75d787e

Please sign in to comment.