Skip to content

Commit a15be2e

Browse files
Fix result status code
1 parent b019733 commit a15be2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audienceproject-data-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ export const fetch = (customerId, _options, callback) => {
469469
state: statusCode.code > 0 ? fetchCodeReady : fetchCodeFailed,
470470
options,
471471
result: {
472-
type: resultCache.value,
472+
type: statusCode.value,
473473
...data,
474474
},
475475
};

0 commit comments

Comments
 (0)