Skip to content

Commit

Permalink
fix default provider
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Dec 1, 2023
1 parent 86683c6 commit caec6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const mapPosition = getMapPosiotion();
export default {
props: {
provider: {
default: "libp2p",
default: "realtime",
},
type: {
default: "pm10",
Expand Down

0 comments on commit caec6db

Please sign in to comment.