Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32219091
D10178.1765184395.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
D10178.1765184395.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
Mon, Dec 8, 8:59 AM (8 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5846063
Default Alt Text
D10178.1765184395.diff (413 B)
Attached To
Mode
D10178: [keyserver] Silence unused-promise Flow lint in backupDB
Attached
Detach File
Event Timeline
Log In to Comment