Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3346548
D10178.id34236.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
413 B
Referenced Files
None
Subscribers
None
D10178.id34236.diff
View Options
diff --git a/keyserver/src/cron/backups.js b/keyserver/src/cron/backups.js
--- a/keyserver/src/cron/backups.js
+++ b/keyserver/src/cron/backups.js
@@ -42,7 +42,7 @@
const filePath = `${backupConfig.directory}/${filename}`;
const rawStream = new PassThrough();
- (async () => {
+ void (async () => {
try {
await mysqldump(dbConfig, filename, rawStream, ['--no-data'], {
end: false,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 9:07 AM (18 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2567936
Default Alt Text
D10178.id34236.diff (413 B)
Attached To
Mode
D10178: [keyserver] Silence unused-promise Flow lint in backupDB
Attached
Detach File
Event Timeline
Log In to Comment