pancingan tabel batch
This commit is contained in:
parent
049f6d8626
commit
2b9c360770
|
|
@ -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(
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue