From 691a34a08a83d4aac59b52a64c6eced48362bfd8 Mon Sep 17 00:00:00 2001 From: odweta Date: Thu, 13 Aug 2026 13:19:19 +0200 Subject: [PATCH] remove old js code --- trash.js | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 trash.js diff --git a/trash.js b/trash.js deleted file mode 100644 index 7eddcf8..0000000 --- a/trash.js +++ /dev/null @@ -1,23 +0,0 @@ -// class Ticket { -// constructor( -// id, -// title, -// description, -// status, -// created_at, -// updated_at -// ) { -// this.id = id; -// this.title = title; -// this.description = description; -// this.status = status; -// this.created_at = created_at; -// this.updated_at = updated_at; -// } -// } - -// var tickets = [ -// new Ticket(0, "ticket 1", "some desc", Status.CLOSED, 1786438392, 1786438393), -// new Ticket(1, "ticket 2", "some other desc", Status.OPEN, 1786438394, 1786438395), -// new Ticket(2, "ticket 3", "some third desc", Status.OPEN, 1786438396, 1786438397) -// ]; \ No newline at end of file