add readonly to match_me
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user