Skip to content

Commit 191dab0

Browse files
gnpricechrisbobbe
authored andcommitted
api [nfc]: Use TopicName in one remaining result type
1 parent b4b53d8 commit 191dab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/api/route/channels.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class GetStreamTopicsResult {
2828
@JsonSerializable(fieldRename: FieldRename.snake)
2929
class GetStreamTopicsEntry {
3030
final int maxId;
31-
final String name;
31+
final TopicName name;
3232

3333
GetStreamTopicsEntry({
3434
required this.maxId,

lib/api/route/channels.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)