1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: unable to set null or delete rows without primary key

This commit is contained in:
2022-08-26 18:31:47 +02:00
parent df681147aa
commit 39326eb52e
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,5 @@
// @ts-check
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
const fs = require('fs');
const path = require('path');
const https = require('https');