add readonly to match_me

This commit is contained in:
Salvatore Giordano
2020-10-06 09:11:26 +02:00
parent e165beea4d
commit 504df27822
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -14,7 +14,8 @@ lane :match_me do
app_identifier: [
"io.getstream.flutter",
"io.getstream.flutter.Notifications"
]
],
readonly: true
)
match(
@@ -22,7 +23,8 @@ lane :match_me do
app_identifier: [
"io.getstream.flutter",
"io.getstream.flutter.Notifications"
]
],
readonly: true
)
end