Skip to content

Commit

Permalink
1.0.13 whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljonescodes committed Feb 28, 2024
1 parent 24a25b1 commit 5e49d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/data/rxnp/useRxNPDatabase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const useRxNPDatabase = () => {

useEffect(() => {
if (!database) {
//addRxPlugin(RxDBDevModePlugin);
// addRxPlugin(RxDBDevModePlugin);
addRxPlugin(RxDBQueryBuilderPlugin);
addRxPlugin(RxDBJsonDumpPlugin);
addRxPlugin(RxDBLeaderElectionPlugin);
Expand Down

0 comments on commit 5e49d22

Please sign in to comment.