Fix typo in comment
This commit is contained in:
parent
e630c7051b
commit
ae4f9e3db7
|
@ -62,7 +62,7 @@ func SetupPostHooks(handler *tusd.Handler) {
|
||||||
|
|
||||||
func invokeHook(typ HookType, info tusd.FileInfo) {
|
func invokeHook(typ HookType, info tusd.FileInfo) {
|
||||||
go func() {
|
go func() {
|
||||||
// Error handling is token care of by the function.
|
// Error handling is taken care by the function.
|
||||||
_, _ = invokeHookSync(typ, info, false)
|
_, _ = invokeHookSync(typ, info, false)
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue