adonisjs / attachment-lite

Turn any field on your Lucid models to an attachment data type
MIT License
68 stars 20 forks source link

Fix error when DB response is null #7

Closed ndianabasi closed 2 years ago

ndianabasi commented 2 years ago

Proposed changes

This PR resolves the issue with the fromDbResponse static method when response from DB is null. Fixes #6

Types of changes

What types of changes does your code introduce?

Checklist

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

thetutlage commented 2 years ago

Thanks for the PR 👍