pancingan tabel batch
This commit is contained in:
parent
049f6d8626
commit
2b9c360770
|
|
@ -9,6 +9,7 @@ export const dbProxy = (dburl: string) => {
|
|||
get(_, table: string) {
|
||||
if (table === "_batch") {
|
||||
return {
|
||||
// pancingan ini table batch
|
||||
update: async (batch: any) => {
|
||||
return fetchSendDb(
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue