fix build
This commit is contained in:
parent
23e51a6420
commit
fceccf335a
@ -1,4 +1,4 @@
|
||||
import type { CalculateInput, Context } from './types';
|
||||
import type { CalculateInput, Context } from '../types';
|
||||
import elementsTitles from '@/Components/Calculation/config/elements-titles';
|
||||
import type { Elements } from '@/Components/Calculation/config/map/values';
|
||||
import * as bonuses from '@/process/bonuses';
|
||||
@ -52,7 +52,7 @@ export async function validate({ input, context }: { context: Context; input: Ca
|
||||
}
|
||||
|
||||
return {
|
||||
success: true,
|
||||
error: '',
|
||||
success: true,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user