mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 21:49:10 +00:00
🔥 Remove unused code.
This commit is contained in:
parent
c9185f265c
commit
27e64ccaa8
@ -87,9 +87,6 @@
|
|||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
<li><a href="/dbg/error/{{item.id}}">{{item.created-at}}</a></li>
|
<li><a href="/dbg/error/{{item.id}}">{{item.created-at}}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for item in items %}
|
|
||||||
<li>{{item.created-at}}</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@ -148,7 +148,6 @@
|
|||||||
:code :only-admins-allowed))
|
:code :only-admins-allowed))
|
||||||
(let [items (db/exec! pool [sql:error-reports])
|
(let [items (db/exec! pool [sql:error-reports])
|
||||||
items (map #(update % :created-at dt/format-instant :rfc1123) items)]
|
items (map #(update % :created-at dt/format-instant :rfc1123) items)]
|
||||||
(prn (first items))
|
|
||||||
{:status 200
|
{:status 200
|
||||||
:headers {"content-type" "text/html; charset=utf-8"
|
:headers {"content-type" "text/html; charset=utf-8"
|
||||||
"x-robots-tag" "noindex"}
|
"x-robots-tag" "noindex"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user