add Player model
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import Fluent
|
||||
|
||||
/// Property wrappers interact poorly with `Sendable` checking, causing a warning for the `@ID` property
|
||||
/// It is recommended you write your model with sendability checking on and then suppress the warning
|
||||
/// afterwards with `@unchecked Sendable`.
|
||||
final class Account: Model, @unchecked Sendable {
|
||||
static let schema = "accounts"
|
||||
|
||||
|
Reference in New Issue
Block a user