mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-31 00:16:32 -05:00
telemetry_session: Use TelemetryJson to submit real telemetry.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace WebService {
|
||||
*/
|
||||
class TelemetryJson : public Telemetry::VisitorInterface {
|
||||
public:
|
||||
TelemetryJson();
|
||||
TelemetryJson() = default;
|
||||
~TelemetryJson() = default;
|
||||
|
||||
void Visit(const Telemetry::Field<bool>& field) override;
|
||||
|
Reference in New Issue
Block a user