Skip to content

Commit bf5e75c

Browse files
committed
Disabling alternating colors.
1 parent bd5e05c commit bf5e75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn/Infrastructure/Helpers/GoogleSheetHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static async Task PushToGoogleSheet(Core core, TimePlanningPnDbContext db
139139

140140
// ... existing code ...
141141

142-
SetAlternatingColumnColors(service, googleSheetId, sheetId!.Value, newHeaders.Count, logger);
142+
// SetAlternatingColumnColors(service, googleSheetId, sheetId!.Value, newHeaders.Count, logger);
143143

144144
logger.LogInformation("Headers are already up-to-date.");
145145
}

0 commit comments

Comments
 (0)