pancingan tabel batch

This commit is contained in:
Rizky 2024-03-13 15:29:50 +07:00
parent 049f6d8626
commit 2b9c360770
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export const dbProxy = (dburl: string) => {
get(_, table: string) { get(_, table: string) {
if (table === "_batch") { if (table === "_batch") {
return { return {
// pancingan ini table batch
update: async (batch: any) => { update: async (batch: any) => {
return fetchSendDb( return fetchSendDb(
{ {