anavarro9731/datastore

DataStore.ReadActiveById<T>() should not throw InvalidOperationException when record does not exist

Closed this issue · 1 comments

Skyaz commented

DataStore.ReadActiveById<T>() should not throw InvalidOperationException (Sequence contains no elements) as it should be using SingleOrDefault()

fixed