Update referenceUrl to include fragment (#2164)

This commit is contained in:
toasted-nutbread 2022-05-29 12:02:31 -04:00 committed by GitHub
parent 47194926f3
commit 46fda6e653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1911,7 +1911,7 @@ class Backend {
const result = new Error('Audio download failed due to possible extension permissions error');
result.data = {
errors,
referenceUrl: '/issues.html'
referenceUrl: '/issues.html#audio-download-failed'
};
return result;
}