margelo / react-native-quick-sqlite

A fast react-native SQLite library built using JSI
https://margelo.io
MIT License
353 stars 28 forks source link

refactor: Correct typo in columnName variable name #39

Closed altmshfkgudtjr closed 7 months ago

altmshfkgudtjr commented 7 months ago

While analyzing the code, I found a typo. There is no problem with the operation, but the contents will be delivered separately.

Changes

  1. colunmName -> columnName
altmshfkgudtjr commented 7 months ago

There is an issue with Prettier, so I will upload a PR again.