Skip to content

Commit

Permalink
SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Dec 10, 2024
1 parent f1b575c commit 66f936a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/PubNub/Models/PubNubFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public struct PubNubFileEventBase: PubNubFileEvent, Hashable {
concreteAdditionalMessage = newValue?.codableValue
}
}

public var metadata: JSONCodable? {
get {
concreteMeta
Expand All @@ -369,7 +369,6 @@ public struct PubNubFileEventBase: PubNubFileEvent, Hashable {
var concreteAdditionalMessage: AnyJSON?
var concreteMeta: AnyJSON?


public init(
file: PubNubFile,
channelGroup: String?,
Expand Down

0 comments on commit 66f936a

Please sign in to comment.