Tabs to spaces

This commit is contained in:
James Grugett 2022-10-11 00:28:55 -05:00
parent 9562b14504
commit 64d1dfeef8

View File

@ -44,7 +44,7 @@ service cloud.firestore {
allow read; allow read;
} }
match /{somePath=**}/contract-metrics/{contractId} { match /{somePath=**}/contract-metrics/{contractId} {
allow read; allow read;
} }