moigagoo / norm

A Nim ORM for SQLite and Postgres
https://norm.nim.town
MIT License
378 stars 34 forks source link

removed pointless variable assignment the second #156

Closed PhilippMDoerner closed 2 years ago

PhilippMDoerner commented 2 years ago

Miniature PR, I saw I missed this spot for using "discard" instead of a temporary variable assignment

PhilippMDoerner commented 2 years ago

I'll do this in one larger PR, I noticed another issue