We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
authData
RestWrite
1 parent a417ce2 commit cbbc07cCopy full SHA for cbbc07c
src/RestWrite.js
@@ -594,10 +594,6 @@ RestWrite.prototype.handleAuthData = async function (authData) {
594
baseAuthDataForDiff = await getBaseAuthDataForDiff(this);
595
diff = Auth.diffAuthData(baseAuthDataForDiff || {}, authData || {});
596
authDataForLookup = diff.changed || {};
597
- } else if (this.auth && this.auth.user && this.originalData) {
598
- baseAuthDataForDiff = await getBaseAuthDataForDiff(this);
599
- diff = Auth.diffAuthData(baseAuthDataForDiff || {}, authData || {});
600
- authDataForLookup = diff.changed || {};
601
}
602
603
const withoutUnlinked = Object.fromEntries(
0 commit comments