|
|
@@ -179,7 +179,7 @@ class EntityManager {
|
|
|
): Promise<ApiResource> {
|
|
|
// If the model instance is already in the store and forceRefresh is false, return the object in store
|
|
|
if (!forceRefresh) {
|
|
|
- // TODO: est-ce qu'il y a vraiment des situatiosn où on appellera cette méthode sans le forceRefresh?
|
|
|
+ // TODO: est-ce qu'il y a vraiment des situations où on appellera cette méthode sans le forceRefresh?
|
|
|
const item = this.find(model, id)
|
|
|
if (item && typeof item !== 'undefined') {
|
|
|
return item
|