update prices for new granularity (#173)

This commit is contained in:
Dominic Wong
2021-06-25 11:41:55 +01:00
committed by GitHub
parent 0cc6f20a54
commit f3b9c491d4
22 changed files with 64 additions and 64 deletions

View File

@@ -3,9 +3,9 @@
"icon": "📁",
"category": "storage",
"pricing": {
"File.List": 1,
"File.Read": 1,
"File.Save": 1,
"File.Delete": 1
"File.List": 100,
"File.Read": 100,
"File.Save": 100,
"File.Delete": 100
}
}