We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6545cef commit 3f0a865Copy full SHA for 3f0a865
1 file changed
lib/js/src/manager/screen/utils/_PresentAlertOperation.js
@@ -235,7 +235,7 @@ class _PresentAlertOperation extends _Task {
235
236
const artworkNamesSuccessfullyUploaded = [];
237
for (let index = 0; index < successes.length; index++) {
238
- // only keep artworks that have been uploaded successfully by the file manager
+ // only keep artworks that have been uploaded successfully by the file manager
239
if (successes[index]) {
240
artworkNamesSuccessfullyUploaded.push(artworksToBeUploaded[index].getName());
241
}
0 commit comments