clean up
This commit is contained in:
		
							parent
							
								
									d8df580339
								
							
						
					
					
						commit
						a295df973f
					
				@ -32,7 +32,6 @@ export async function POST(request: Request) {
 | 
			
		||||
      })
 | 
			
		||||
      .where(eq(checkpointTable.id, checkpoint_id));
 | 
			
		||||
  } else {
 | 
			
		||||
    // console.log(data);
 | 
			
		||||
    await db
 | 
			
		||||
      .update(checkpointTable)
 | 
			
		||||
      .set({
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// NOTE: this is work in progress
 | 
			
		||||
// NOTE: this is WIP for doing client side validation for civitai model downloading
 | 
			
		||||
import type { AutoFormInputComponentProps } from "../ui/auto-form/types";
 | 
			
		||||
import { FormControl, FormItem, FormLabel } from "../ui/form";
 | 
			
		||||
import { LoadingIcon } from "@/components/LoadingIcon";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user