From da5ec8d8e92a092fa2f8e1f9b6994d181c840719 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Mon, 25 Nov 2024 16:27:33 -0500 Subject: [PATCH] Removing comment --- src/store/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 6abb1775..0be3f3e9 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1133,7 +1133,6 @@ export const useMainStore = defineStore({ endpoint: `${endpoints.GetGlassFees.url}?${params.toString()}${partNumberListQueryString}` }); }, - // TODO do we even use this anymore? async getSupportingItems() { const { glassParts } = this.lineItems; const { carId } = this.vehicle;