fix (backend): undefined reference to ApiError #19
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/import-ApiError"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ApiError
の import を忘れていた endpoint を修正しました。参考
new ApiError
を含めているがApiError
を import していないファイルを列挙今後
eslint
などを用いて undefined reference を探した方がいいかもしれません。