Skip to content

Commit

Permalink
[#2] Update CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhanh44 committed Jul 31, 2023
1 parent 71e71e1 commit 0ada4a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SECRET="123"
SECRET=
REST_API_ENDPOINT=
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Team
# @minhnimble is the Engineering Lead
# @nkhanh44 is the Team Lead
* @nkhanh44, @Thieurom, @doannimble, and @minhnimble
* @nkhanh44 @Thieurom @doannimble @minhnimble
2 changes: 1 addition & 1 deletion ios/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gem "fastlane"
gem "cocoapods"

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 comments on commit 0ada4a4

Please sign in to comment.