fix error
This commit is contained in:
parent
2b6bf53cc5
commit
485b165289
@ -17,7 +17,6 @@
|
|||||||
if (self = [super init]) {
|
if (self = [super init]) {
|
||||||
self.session = [self createNSURLSession];
|
self.session = [self createNSURLSession];
|
||||||
[ModelMapping registerObjects];
|
[ModelMapping registerObjects];
|
||||||
[ClientParameterRegistry registerParameters];
|
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user