forked from loafle/openapi-generator-original
fixing var name
This commit is contained in:
parent
16f1f74019
commit
cdc9fb5f5e
@ -121,7 +121,7 @@ class Decoders {
|
|||||||
// treat as a java date
|
// treat as a java date
|
||||||
return NSDate(timeIntervalSince1970: Double(sourceInt / 1000) )
|
return NSDate(timeIntervalSince1970: Double(sourceInt / 1000) )
|
||||||
}
|
}
|
||||||
fatalError("formatter failed to parse \(sourceString)")
|
fatalError("formatter failed to parse \(source)")
|
||||||
} {{#models}}{{#model}}
|
} {{#models}}{{#model}}
|
||||||
|
|
||||||
// Decoder for [{{{classname}}}]
|
// Decoder for [{{{classname}}}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user