Skip to content

Commit

Permalink
✔ Fix ~ (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Sep 3, 2024
1 parent 495d6a4 commit f9a8c1e
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 146 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main-site/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<noscript>🎉 Harap Menyalakan JavaScript Untuk Dapat Mengakses Website Ini ✨</noscript>
</div>
<app-root></app-root>
<script src="runtime.62e38f1c638f16e2.js" type="module"></script><script src="polyfills.c264b580e8a973fe.js" type="module"></script><script src="scripts.d530b24d62dab3a0.js" defer></script><script src="main.a126ff435d4b293d.js" type="module"></script>
<script src="runtime.73cda96964ac080a.js" type="module"></script><script src="polyfills.c264b580e8a973fe.js" type="module"></script><script src="scripts.d530b24d62dab3a0.js" defer></script><script src="main.a126ff435d4b293d.js" type="module"></script>


</body></html>
12 changes: 6 additions & 6 deletions dist/main-site/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1725282921988,
"timestamp": 1725340168054,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -27,7 +27,7 @@
"/570.2ef4235c32c59bc6.js",
"/578.1f7e8c330d1a54fd.js",
"/655.01059e76a32a5cfb.js",
"/679.c20afd3554b1ac37.js",
"/679.1a0e8b2460360b0b.js",
"/683.ecbd9a1120e48a2f.js",
"/702.65c8fa4d9b98538e.js",
"/708.c3013c57d9a029b0.js",
Expand All @@ -45,7 +45,7 @@
"/main.a126ff435d4b293d.js",
"/manifest.webmanifest",
"/polyfills.c264b580e8a973fe.js",
"/runtime.62e38f1c638f16e2.js",
"/runtime.73cda96964ac080a.js",
"/scripts.d530b24d62dab3a0.js",
"/styles.b849b3eb93129b2e.css"
],
Expand Down Expand Up @@ -102,7 +102,7 @@
"/570.2ef4235c32c59bc6.js": "2ae0047ef946ce75334514940ee9806045061b07",
"/578.1f7e8c330d1a54fd.js": "176b8f41a58db6965e9d40b849425eb7eae6a40b",
"/655.01059e76a32a5cfb.js": "57ac48860558c6b17ba15972421a3f8b7c43fb28",
"/679.c20afd3554b1ac37.js": "0d8bc91b891535c63dedf13be19dc6500a1c364f",
"/679.1a0e8b2460360b0b.js": "19932e608ce50a94197f77e7deac233e9afc72f8",
"/683.ecbd9a1120e48a2f.js": "fcd7e589128c57a0f8a2cf9596994fe91d91aa10",
"/702.65c8fa4d9b98538e.js": "84d8720eed831b725dc586d2f0dae845b8d32d37",
"/708.c3013c57d9a029b0.js": "8b2b8b01273795335506264490c988884464238a",
Expand All @@ -116,11 +116,11 @@
"/935.297c8ba9525ff76f.js": "baa0480d7f4c538c4c935a94f0a7577a9b23b246",
"/common.2b2ea1c0dd3b71ba.js": "bcda1c301b7447775db98c3032328ce22b1f55b6",
"/favicon.ico": "071facb8fab2e4b3493dcfbb0b02d7bd21bca97e",
"/index.html": "28636dcae76123cb3089731e2d441e630dfc3b66",
"/index.html": "f5bd56c2c85aa9fd1d7ec2eede399181791f85f6",
"/main.a126ff435d4b293d.js": "f007097596ce9cfd04ec7d5ff12e90ef10ad69c2",
"/manifest.webmanifest": "eafb5426cdc9fd714787e5453af315b9972875a3",
"/polyfills.c264b580e8a973fe.js": "67f24a57563377058dfcd5306c56c0cd696ba2e5",
"/runtime.62e38f1c638f16e2.js": "eddc481a1a74be153809c4a8f7d2490b68932f6d",
"/runtime.73cda96964ac080a.js": "fd25b548739f8680bdc132f88a59463e8ae3c99d",
"/scripts.d530b24d62dab3a0.js": "2d11a419816b2dd8d9eccaff4f113ae0eafdd306",
"/styles.b849b3eb93129b2e.css": "d68b5778bdca764c5297b8067a72b676f8cce12d"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main-site/server/main.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions projects/main-site/src/api/entities/Attachment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export class Attachment implements AttachmentModel {
@Column({ type: 'boolean', default: true })
pending: boolean;

@Column({ type: 'int', default: 0 })
try_count: number;

@CreateDateColumn({ type: 'timestamp with time zone', default: () => 'CURRENT_TIMESTAMP' })
@Index()
created_at: number | Date;
Expand Down
Loading

0 comments on commit f9a8c1e

Please sign in to comment.