We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9f85d commit 3316dadCopy full SHA for 3316dad
1 file changed
src/utils/gh-sync-utils/sync-utils.ts
@@ -113,8 +113,9 @@ export async function executeSyncOperations(
113
case FileAction.UPDATE_TRACKER:
114
// Only update the tracker hash, no file changes needed
115
syncResult.fileHash = actionResult.localFileHash;
116
- syncResult.message = "Updated tracker hash only (local changes synced with source)";
117
-
+ syncResult.message =
+ "Updated tracker hash only (local changes synced with source)";
118
+
119
// Update file data for tracking
120
updatedFiles[repo][relativeLocalPath] = {
121
hash: syncResult.fileHash,
0 commit comments