Remove unused icon

This commit is contained in:
Hongbo Wu
2022-09-28 19:14:14 +08:00
parent a6795b380a
commit d6974f9e5f

View File

@ -28,7 +28,6 @@ interface ForwardEmailMessage {
unsubHttpUrl?: string
text?: string
forwardedFrom?: string
icon?: string
}
const logger = buildLogger('app.dispatch')