diff options
author | Mark Felder <feld@feld.me> | 2024-01-26 17:21:48 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-26 17:22:27 -0500 |
commit | 28af5e3bd7073980465c1f6c1b2f6019c4a45e4f (patch) | |
tree | ae1278dfc22cafb95a55b1db2695c2e4b973e8c7 /docs/installation/otp_vs_from_source_source.include | |
parent | a24322fccea9e4b095e084bfe631cf4a0a610ba9 (diff) | |
download | pleroma-28af5e3bd7073980465c1f6c1b2f6019c4a45e4f.tar.gz pleroma-28af5e3bd7073980465c1f6c1b2f6019c4a45e4f.zip |
TwitterAPI.UtilController: fix dialyzer errors
lib/pleroma/web/twitter_api/controllers/util_controller.ex:300:pattern_match
The pattern can never match the type.
Pattern:
{:error, :no_such_alias}
Type:
{:not_found, nil}
lib/pleroma/web/twitter_api/controllers/util_controller.ex:304:pattern_match
The pattern can never match the type.
Pattern:
{:error, _error}
Type:
{:not_found, nil}
Diffstat (limited to 'docs/installation/otp_vs_from_source_source.include')
0 files changed, 0 insertions, 0 deletions