Skip to content

Commit 94f2306

Browse files
committed
Disabling alternating colors.
1 parent 7cce22a commit 94f2306

File tree

1 file changed

+1
-1
lines changed
  • eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Infrastructure/Helpers

1 file changed

+1
-1
lines changed

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

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

164164
// ... existing code ...
165165

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

168168
logger.LogInformation("Headers are already up-to-date.");
169169
}

0 commit comments

Comments
 (0)