Skip to content

Commit 2a867c2

Browse files
committed
Allow empty value in OSx
1 parent 9d39f46 commit 2a867c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/osx/BluetoothLePlugin.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,10 +3336,6 @@ -(NSData*) getValue:(NSDictionary *) obj {
33363336

33373337
NSData *data = [[NSData alloc] initWithBase64EncodedString:string options:0];
33383338

3339-
if (data == nil || data.length == 0) {
3340-
return nil;
3341-
}
3342-
33433339
return data;
33443340
}
33453341

0 commit comments

Comments
 (0)