Skip to content

Commit 44d45c6

Browse files
author
Udit Takkar
committed
fix: undo change
1 parent 7250b56 commit 44d45c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/realmDataTypes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ export type RealmDataForUpdate = $ReadOnly<{
9797
$PropertyType<InitialDataRealm, 'realm_name'>,
9898
name_changes_disabled:
9999
$PropertyType<InitialDataRealm, 'realm_name_changes_disabled'>,
100-
dark_logo_source:
100+
night_logo_source:
101101
$PropertyType<InitialDataRealm, 'realm_night_logo_source'>,
102-
dark_logo_url:
102+
night_logo_url:
103103
$PropertyType<InitialDataRealm, 'realm_night_logo_url'>,
104104
notifications_stream_id:
105105
$PropertyType<InitialDataRealm, 'realm_notifications_stream_id'>,

0 commit comments

Comments
 (0)