Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32161513
D15033.1765043472.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
418 B
Referenced Files
None
Subscribers
None
D15033.1765043472.diff
View Options
diff --git a/lib/push/send-hooks.react.js b/lib/push/send-hooks.react.js
--- a/lib/push/send-hooks.react.js
+++ b/lib/push/send-hooks.react.js
@@ -340,7 +340,7 @@
return;
}
- for (const [blobHash, holder] of assignmentResult.failedRequests) {
+ for (const { blobHash, holder } of assignmentResult.failedRequests) {
console.log(`Assingnemt failed for holder: ${holder} and hash ${blobHash}`);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 5:51 PM (17 m, 3 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839864
Default Alt Text
D15033.1765043472.diff (418 B)
Attached To
Mode
D15033: [Flow262][skip-ci] Fix invalid for loop
Attached
Detach File
Event Timeline
Log In to Comment