Skip to content

Commit

Permalink
fix database rules syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chetbox committed Dec 27, 2023
1 parent 440265e commit 40781a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/rules.bolt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ path /canvas/the-one-and-only/canvas {
write() { true }
}

path /canvas/the-one-and-only/history/{id} {
path /canvas/the-one-and-only/history/{key1} {
write() { createOnly(this) }
}

Expand Down

0 comments on commit 40781a3

Please sign in to comment.