cybergis / cybergis-compute-core

Apache License 2.0
7 stars 6 forks source link

[Bug] No Git Models Populate is updatedAt is Null #88

Closed alexandermichels closed 1 year ago

alexandermichels commented 1 year ago

There was a bug in my fix for the GitUtil.ts. If the updatedAt field if null, it errors out when checking the time since last update. This results in the server having no models in the /git route. This somehow didn't come up using the localHPC or the dev, but I ran into it on test today.

Registering the error here and will push a quick fix that worked on test today.

alexandermichels commented 1 year ago

Should be fixed by #89