(create map[string]any)
| 258 | } |
| 259 | } |
| 260 | |
| 261 | func (i *inboxProcessor) processCreate(create map[string]any) error { |
| 262 | typ := stringFromAny(create["type"]) |
| 263 | switch typ { |
| 264 | case "Note", "Question": |
| 265 | return i.processCreateNote(create) |
no test coverage detected