Skip to content

Commit

Permalink
fix(Sync for Reddit): Fix patches by using correct extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 7, 2024
1 parent 7df20df commit 030093e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package app.revanced.patches.reddit.customclients.sync.syncforreddit.extension
import app.revanced.patches.reddit.customclients.sync.syncforreddit.extension.hooks.initHook
import app.revanced.patches.shared.misc.extension.sharedExtensionPatch

val sharedExtensionPatch = sharedExtensionPatch("sync", initHook)
val sharedExtensionPatch = sharedExtensionPatch("syncforreddit", initHook)

0 comments on commit 030093e

Please sign in to comment.