From f72a516b1c2c2da288cb8a2006fe368173f3fdce Mon Sep 17 00:00:00 2001 From: Rasmus P Date: Fri, 31 Jan 2025 20:57:35 +0100 Subject: [PATCH] feature(): add restore command --- src/commands/restoreFiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/restoreFiles.js b/src/commands/restoreFiles.js index 74575c1..dcbd8ac 100644 --- a/src/commands/restoreFiles.js +++ b/src/commands/restoreFiles.js @@ -18,7 +18,7 @@ export async function restoreFiles(allFilesSelected) { validate: (options) => options.length > 0 }) } - + await gitRestoreFiles(selectedFiles) } catch (error) {