PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Update `createdAt` to string in most cases #900

Closed slifty closed 5 months ago

slifty commented 5 months ago

This PR corrects our type definitions so that createdAt is a string for any object that is retrieved from the database using the json object pattern.

Resolves #862