mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
chore: add todo
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user