Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
enciyo committed Jun 7, 2021
1 parent ca80ef5 commit 8df251b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface FlipMockPlugin : FlipperPlugin {

companion object {
const val TAG = "MyLogger"
const val PLUGIN_ID = "flipper-plugin-enciyo-flipmock"
const val PLUGIN_ID = "enciyo-flipmock"
const val RUN_IN_BACKGROUND = true
fun getInstance(): FlipMockPlugin = MockPlugin()
}
Expand Down

0 comments on commit 8df251b

Please sign in to comment.