OSDN Git Service

Doutaku を 1.0 にアップデート
[kcd/KCD.git] / KCD / NyukyoDockMapper.swift
index 83c62f2..15c5f9d 100644 (file)
@@ -16,7 +16,7 @@ final class NyukyoDockMapper: JSONMapper {
     required init(_ apiResponse: APIResponse) {
         
         self.apiResponse = apiResponse
-        self.configuration = MappingConfiguration(entity: NyukyoDock.entity,
+        self.configuration = MappingConfiguration(entity: NyukyoDock.self,
                                                   dataKeys: NyukyoDockMapper.dataKeys(apiResponse),
                                                   editorStore: ServerDataStore.oneTimeEditor())
     }