fix (backend): undefined reference to ApiError #19

Manually merged
sup39 merged 1 commit from fix/import-ApiError into main 2024-02-29 04:34:52 +09:00
Owner

ApiError の import を忘れていた endpoint を修正しました。

参考

new ApiError を含めているが ApiError を import していないファイルを列挙

cd packages/backend/src
comm -13 <(grep -rl 'import.*ApiError' | sort) <(grep -rl 'new ApiError' | sort)

# comm -23 にすると `ApiError` を import しているが `new ApiError` を含めていないファイルを列挙できます

今後 eslint などを用いて undefined reference を探した方がいいかもしれません。

`ApiError` の import を忘れていた endpoint を修正しました。 ### 参考 `new ApiError` を含めているが `ApiError` を import していないファイルを列挙 ```sh cd packages/backend/src comm -13 <(grep -rl 'import.*ApiError' | sort) <(grep -rl 'new ApiError' | sort) # comm -23 にすると `ApiError` を import しているが `new ApiError` を含めていないファイルを列挙できます ``` 今後 `eslint` などを用いて undefined reference を探した方がいいかもしれません。
sup39 added 1 commit 2024-02-28 00:16:13 +09:00
sup39 manually merged commit cab45aefa4 into main 2024-02-29 04:34:52 +09:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sup39/firefish#19
No description provided.