mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: typo
This commit is contained in:
parent
5d4f92840c
commit
8fd2709673
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export const withErrorLog: Middleware = function withErrorLog(method, args) {
|
|||
} catch (error) {
|
||||
raiseError(error)
|
||||
}
|
||||
} as any, // TOFIX: not sure how to fix this yet
|
||||
} as any, // TO FIX: not sure how to fix this yet
|
||||
args,
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue