studiokit-scaffolding-js 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -128,7 +128,7 @@ function getToken() {
|
|
|
128
128
|
noStore: true
|
|
129
129
|
});
|
|
130
130
|
return [4 /*yield*/, effects_1.race({
|
|
131
|
-
receivedResult: effects_1.take(function (action) { return actions_1.
|
|
131
|
+
receivedResult: effects_1.take(function (action) { return actions_1.isTransientModelFetchResultAction(action) && action.modelPath === 'caliperToken'; }),
|
|
132
132
|
failedResult: effects_1.take(function (action) { return actions_1.isTransientModelFetchErrorAction(action) && action.modelPath === 'caliperToken'; })
|
|
133
133
|
})];
|
|
134
134
|
case 1:
|
package/package.json
CHANGED