fix: naming

This commit is contained in:
2025-05-03 10:59:06 +01:00
parent a93fd7500a
commit 4ed42678f1
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ let appGroupID = "group.com.haystack.app"
let sharedTokenKey = "sharedAuthToken"
class SharedToken: Plugin {
@objc func saveToken(_ invoke: Invoke) throws {
@objc func save_token(_ invoke: Invoke) throws {
guard let args = try? invoke.parseArgs(SaveTokenArgs.self), let token = args.token else {
invoke.reject("Missing token argument")
return