mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Fix timeline quota reached pug filename
This commit is contained in:
parent
d4f9af44b0
commit
53e43ab033
@ -222,7 +222,7 @@ module.exports = [
|
|||||||
} else if (error === constants.symbols.INSTAGRAM_DEMANDS_LOGIN || error === constants.symbols.RATE_LIMITED) {
|
} else if (error === constants.symbols.INSTAGRAM_DEMANDS_LOGIN || error === constants.symbols.RATE_LIMITED) {
|
||||||
return render(503, "pug/fragments/timeline_loading_blocked.pug")
|
return render(503, "pug/fragments/timeline_loading_blocked.pug")
|
||||||
} else if (error === constants.symbols.QUOTA_REACHED) {
|
} else if (error === constants.symbols.QUOTA_REACHED) {
|
||||||
return render(429, "pug/fragments/quota_reached.pug")
|
return render(429, "pug/fragments/timeline_quota_reached.pug")
|
||||||
} else {
|
} else {
|
||||||
throw error
|
throw error
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user