missing return

This commit is contained in:
Scott Pfeil 2023-08-29 17:24:19 -04:00
parent 66693289ed
commit 2af3badb4b

View File

@ -302,6 +302,7 @@
MVMCoreErrorObject *error = [[MVMCoreErrorObject alloc] initWithTitle:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorTitle] message:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorCritical] messageToLog:nil code:ErrorCodeDefault domain:ErrorDomainNative location:locationForError]; MVMCoreErrorObject *error = [[MVMCoreErrorObject alloc] initWithTitle:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorTitle] message:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorCritical] messageToLog:nil code:ErrorCodeDefault domain:ErrorDomainNative location:locationForError];
error.logError = NO; error.logError = NO;
requestFinished(nil,error); requestFinished(nil,error);
return nil;
} }
MVMCoreLog(@"********************************* Cookie Sent *********************************"); MVMCoreLog(@"********************************* Cookie Sent *********************************");