chore: add todo

This commit is contained in:
Zack Spear
2023-06-30 21:43:44 -07:00
parent 8b1b93cf64
commit 6efb003056

View File

@@ -99,6 +99,7 @@ export const useServerStore = defineStore('server', () => {
});
const serverPurchasePayload = computed((): ServerPurchaseCallbackSendPayload => {
/** @todo refactor out. Just parse state on craft site to determine */
let keyTypeForPurchase: ServerKeyTypeForPurchase = 'Trial';
switch (state.value) {
case 'BASIC':