Merge branch 'main' into scrollable-overlay-message

This commit is contained in:
ggurdin 2024-10-09 09:31:32 -04:00 committed by GitHub
commit ba62e0e54c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ class ActivityRecordResponse {
'audio': audioBytes,
'image': imageBytes,
'timestamp': timestamp.toIso8601String(),
'score': score,
'score': score.toInt(),
};
}