Skip to content

Commit

Permalink
[UPDATE] remove unchecked.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grady Zhuo committed Sep 12, 2024
1 parent 6310ff2 commit 169830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EventStoreDB/ClientSettings/KeepAlive.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

public struct KeepAlive: @unchecked Sendable {
public struct KeepAlive: Sendable {
public static let `default`: Self = .init(interval: 10.0, timeout: 10.0)

var interval: TimeInterval
Expand Down

0 comments on commit 169830c

Please sign in to comment.