Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32345614
D10178.1765313214.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.1765313214.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
Tue, Dec 9, 8:46 PM (7 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5857726
Default Alt Text
D10178.1765313214.diff (413 B)
Attached To
Mode
D10178: [keyserver] Silence unused-promise Flow lint in backupDB
Attached
Detach File
Event Timeline
Log In to Comment