PacktPublishing / Accelerating-Server-Side-Development-with-Fastify

Accelerate Web Development with Fastify, published by Packt
MIT License
128 stars 37 forks source link

fix: updatedAt -> modifiedAt #52

Closed doichev-kostia closed 1 year ago

doichev-kostia commented 1 year ago

Proposed changes

This pr fixes the invalid column name for the CSV parser in Chapter 8. The author is using updatedAt property. However, throughout the chapter, we only use the modifiedAt field

doichev-kostia commented 1 year ago

According to issue #53