Skip to content

Commit

Permalink
Make DatabaseID Sendable (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Jan 10, 2024
1 parent 380cae4 commit 6cef853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FluentKit/Database/DatabaseID.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public struct DatabaseID: Hashable, Codable {
public struct DatabaseID: Hashable, Codable, Sendable {
public let string: String
public init(string: String) {
self.string = string
Expand Down

0 comments on commit 6cef853

Please sign in to comment.