From 168872183d246370e090e0a5c3b53a2380cd8512 Mon Sep 17 00:00:00 2001 From: EwelinaLasowy Date: Mon, 28 Mar 2022 11:00:30 +0200 Subject: [PATCH] #93 - fix linter --- resources/js/Pages/Error.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Pages/Error.vue b/resources/js/Pages/Error.vue index f01e30e..71e54ce 100644 --- a/resources/js/Pages/Error.vue +++ b/resources/js/Pages/Error.vue @@ -64,7 +64,7 @@ export default { 429: { code: '429', title: 'Przekroczono limit zapytań', - message: 'Wysłano ostatnio zbyt wiele zapytań. Poczekaj i spróbuj ponownie później.' + message: 'Wysłano ostatnio zbyt wiele zapytań. Poczekaj i spróbuj ponownie później.', }, 500: { code: '500',