feat(forecast): migrated forecast over
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export const standardForecast = async (data: any, user: any) => {
|
||||
/**
|
||||
* Post a standard forecast based on the standard template.
|
||||
*/
|
||||
|
||||
return {
|
||||
success: true,
|
||||
message: "Forecast Posted",
|
||||
data: [],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user