this shouldn't be private for now

This commit is contained in:
Ettore Di Giacinto 2025-05-15 23:16:47 +02:00
parent b1e0d0ad3b
commit 1dc76be5f8

View file

@ -3853,7 +3853,6 @@ static void params_parse(const backend::ModelOptions* request,
class BackendServiceImpl final : public backend::Backend::Service {
private:
server_context& ctx_server;
bool loaded_model = false;
public:
BackendServiceImpl(server_context& ctx) : ctx_server(ctx) {}