mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Minor fix.
This commit is contained in:
parent
3a03aa8ca8
commit
f38ddd052e
1 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
return preKeyRecords;
|
||||
}
|
||||
|
||||
- (NSArray<PreKeyRecord *> *)generatePreKeyRecords;
|
||||
- (NSArray<PreKeyRecord *> *)generatePreKeyRecords
|
||||
{
|
||||
return [self generatePreKeyRecords:BATCH_SIZE];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue