Skip to content

Commit

Permalink
optional queue
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Oct 1, 2024
1 parent 436fdd7 commit 0967c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stone/backends/swift_rsrc/SwiftObjcShimHelpers.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import stone_sdk_swift_objc
public class SDKShimHelpers: NSObject {
// MARK: DBAPIRpcTask

@objc public static func setResponseBlockRPC(block: @escaping DBRpcResponseBlockImpl, on task: DBXRequest, with queue: OperationQueue) -> Bool {
@objc public static func setResponseBlockRPC(block: @escaping DBRpcResponseBlockImpl, on task: DBXRequest, with queue: OperationQueue?) -> Bool {
{% for namespace in namespaces | selectattr('name', '!=', 'team') %}
{% for route in namespace.routes %}
{% if route.attrs.get('style') == 'rpc' and ('user' in route.attrs.get('auth') or 'noauth' in route.attrs.get('auth')) and not route.deprecated %}
Expand Down

0 comments on commit 0967c3e

Please sign in to comment.