Fix build error.
This commit is contained in:
parent
be4b62e7fb
commit
8f01e7e3b6
|
@ -21,7 +21,7 @@ final class AuthorsTable: DatabaseRelatedObjectsTable {
|
||||||
|
|
||||||
let name: String
|
let name: String
|
||||||
let databaseIDKey = DatabaseKey.authorID
|
let databaseIDKey = DatabaseKey.authorID
|
||||||
var cache = [String: Author]()
|
var cache = DatabaseObjectCache()
|
||||||
|
|
||||||
init(name: String) {
|
init(name: String) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue