diff --git a/internal/file/file_plugin.go b/internal/file/file_plugin.go index 775105850..955ea4920 100644 --- a/internal/file/file_plugin.go +++ b/internal/file/file_plugin.go @@ -317,16 +317,6 @@ func (fp *FilePlugin) handleNginxConfigUpdate(ctx context.Context, msg *bus.Mess if updateError != nil { slog.ErrorContext(ctx, "Unable to update current files on disk", "error", updateError) } - - err := fp.fileManagerService.UpdateOverview(ctx, nginxConfigContext.InstanceID, nginxConfigContext.Files, 0) - if err != nil { - slog.ErrorContext( - ctx, - "Failed to update file overview", - "instance_id", nginxConfigContext.InstanceID, - "error", err, - ) - } } func (fp *FilePlugin) handleConfigUploadRequest(ctx context.Context, msg *bus.Message) {