mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:16:05 +00:00
handle undefined / null commit
This commit is contained in:
@@ -63,7 +63,7 @@ export class MetaDependencyEventHandler {
|
||||
);
|
||||
}
|
||||
}
|
||||
await trxNcMeta.commit();
|
||||
await trxNcMeta?.commit();
|
||||
} catch (ex) {
|
||||
await trxNcMeta?.rollback();
|
||||
throw ex;
|
||||
|
||||
Reference in New Issue
Block a user