You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme file indicates that the promise returned by updateOrCreate() will resolve to an instance of the model, but I'm only ever getting undefined (just like create() and update()). This behavior is fine, but the documentation should probably be updated. Better yet, the fetch() chained method could be added as a feature here, to match the other Sails 1.0 methods.
The text was updated successfully, but these errors were encountered:
The readme file indicates that the promise returned by updateOrCreate() will resolve to an instance of the model, but I'm only ever getting
undefined
(just like create() and update()). This behavior is fine, but the documentation should probably be updated. Better yet, the fetch() chained method could be added as a feature here, to match the other Sails 1.0 methods.The text was updated successfully, but these errors were encountered: