We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c9626 commit fa7a4eaCopy full SHA for fa7a4ea
Sources/ParseServerSwift/Models/HookFunction.swift
@@ -63,7 +63,7 @@ extension HookFunction {
63
path,
64
name: name,
65
parseServerURLStrings: parseServerURLStrings)
66
- return try await Self.method(.PUT,
+ return try await Self.method(method,
67
68
69
Sources/ParseServerSwift/Models/HookTrigger.swift
@@ -74,7 +74,7 @@ extension HookTrigger {
74
className: className,
75
triggerName: triggerName,
76
77
78
79
80
0 commit comments