We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7250b56 commit 44d45c6Copy full SHA for 44d45c6
src/api/realmDataTypes.js
@@ -97,9 +97,9 @@ export type RealmDataForUpdate = $ReadOnly<{
97
$PropertyType<InitialDataRealm, 'realm_name'>,
98
name_changes_disabled:
99
$PropertyType<InitialDataRealm, 'realm_name_changes_disabled'>,
100
- dark_logo_source:
+ night_logo_source:
101
$PropertyType<InitialDataRealm, 'realm_night_logo_source'>,
102
- dark_logo_url:
+ night_logo_url:
103
$PropertyType<InitialDataRealm, 'realm_night_logo_url'>,
104
notifications_stream_id:
105
$PropertyType<InitialDataRealm, 'realm_notifications_stream_id'>,
0 commit comments