mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-17 07:34:15 -06:00
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
const { db } = require('./db/database');
|
|
db.prepare('DELETE FROM white_labels').run();
|
|
console.log('Cache cleared');
|