chore: update .dockerignore and refactor createBackup function signature for improved readability
This commit is contained in:
@@ -15,3 +15,4 @@ README.md
|
||||
.idea
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -170,9 +170,7 @@ async function calculateDataHash(): Promise<string> {
|
||||
}
|
||||
|
||||
export const backupService = {
|
||||
async createBackup(
|
||||
force: boolean = false,
|
||||
): Promise<{
|
||||
async createBackup(force: boolean = false): Promise<{
|
||||
id: string;
|
||||
filename: string;
|
||||
size: number;
|
||||
|
||||
Reference in New Issue
Block a user