Skip to content

Commit 1285b18

Browse files
committed
Merge branch 'devel'
2 parents dd7b768 + 7454d0d commit 1285b18

File tree

1 file changed

+2
-2
lines changed
  • services/api/src/model/project/report

1 file changed

+2
-2
lines changed

services/api/src/model/project/report/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ pub fn to_date_time(timestamp: i64) -> Result<DateTime<Utc>, ApiError> {
110110
}
111111

112112
const MAGIC_INT: isize = 0;
113-
const JSON_INT: isize = 50;
114-
const RUST_INT: isize = 150;
113+
const JSON_INT: isize = 10;
114+
const RUST_INT: isize = 20;
115115

116116
pub enum Adapter {
117117
Magic = MAGIC_INT,

0 commit comments

Comments
 (0)