Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Oct 15, 2024
1 parent 27bd739 commit 7819848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/file/file_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (fp *FilePlugin) handleConfigApplyRollbackComplete(ctx context.Context, msg
slog.ErrorContext(ctx, "Unable to cast message payload to *mpi.DataPlaneResponse", "payload", msg.Data)
return
}

fp.fileManagerService.ClearCache()
fp.messagePipe.Process(ctx, &bus.Message{Topic: bus.DataPlaneResponseTopic, Data: response})
}
Expand Down

0 comments on commit 7819848

Please sign in to comment.