Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 3e97b89

Browse files
committed
chore(uploads): add missing script name
1 parent 4381160 commit 3e97b89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/uploads/module.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"public": false
3535
},
3636
"fetch_public_file_urls": {
37+
"name": "Fetch Public File URLs",
38+
"description": "Returns public presigned URLs for specified files in an upload",
3739
"public": false
3840
}
3941
},
@@ -85,4 +87,4 @@
8587
}
8688
},
8789
"dependencies": {}
88-
}
90+
}

0 commit comments

Comments
 (0)