We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb36e92 + fe5fa06 commit 78f264aCopy full SHA for 78f264a
src/connections/sources/catalog/libraries/mobile/swift-ios/index.md
@@ -235,7 +235,7 @@ class SomePlugin: Plugin {
235
self.name = name
236
}
237
238
- override fun execute(event: BaseEvent): BaseEvent? {
+ override func execute(event: BaseEvent): BaseEvent? {
239
var workingEvent = event
240
if var context = workingEvent?.context?.dictionaryValue {
241
context[keyPath: "foo.bar"] = 12
0 commit comments