Skip to content

Commit

Permalink
hotfix: crashes on fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
suvam0451 committed Sep 7, 2024
1 parent bc80896 commit 4a759e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/components/static/sponsorship/VersionCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const VersionCode = memo(() => {
return (
<View style={{ marginTop: 16, marginBottom: 0 }}>
<Text style={styles.text}>{'Built with' + ' 💛 by Debashish Patra'}</Text>
<Text style={styles.text}>v0.10.0</Text>
<Text style={styles.text}>v0.10.1</Text>
</View>
);
});
Expand Down
1 change: 1 addition & 0 deletions apps/mobile/repositories/app-profile.repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AppProfileRepositoryImpl extends BaseRepository<
_id: new Realm.BSON.UUID(),
key: setting[0],
value: setting[1],
type: 'boolean',
});
match.settings.push(savedSetting);
}
Expand Down

0 comments on commit 4a759e0

Please sign in to comment.