Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LWangllix committed Sep 21, 2023
1 parent 2d9e89c commit 26a5332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/minio.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export default class MinioService extends Moleculer.Service {
bucketName: bucket,
objectName: paths.join('/'),
});
return { success: !!result };
return { success: !result };
} catch (err) {
return { success: false };
}
Expand Down

0 comments on commit 26a5332

Please sign in to comment.