Skip to content

Commit 9c2650e

Browse files
committed
chore: ios clearnup
1 parent c13eeea commit 9c2650e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/vector.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class VectorLayer extends BaseVectorLayer<NTVectorLayer, VectorLayerOptio
225225
if (!!options.dataSource) {
226226
const dataSource = options.dataSource.getNative();
227227
if (dataSource) {
228-
return NTVectorLayer.alloc().initWithDataSource(options.dataSource.getNative());
228+
return NTVectorLayer.alloc().initWithDataSource(dataSource);
229229
}
230230
}
231231
return null;

0 commit comments

Comments
 (0)