mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-16 23:33:10 -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');
|