From ca29189f9e249f030378f6b8d88be5d53ccdca31 Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 12 Jun 2023 11:45:20 +1000 Subject: [PATCH] fix formatting --- resources/js/helpers/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/js/helpers/api.ts b/resources/js/helpers/api.ts index 467f50d..3b9b322 100644 --- a/resources/js/helpers/api.ts +++ b/resources/js/helpers/api.ts @@ -294,7 +294,6 @@ export const api = { /** * Get an api result data as type. - * * @param result The api result object. * @param defaultValue The default data to return if no result exists. * @returns Data object.