🐛 fix: fix log type variable name

This commit is contained in:
Martial BE
2024-04-07 10:39:23 +08:00
parent 986284d47d
commit aa5505f6be

View File

@@ -28,7 +28,7 @@ export default function Log() {
model_name: '',
start_timestamp: 0,
end_timestamp: dayjs().unix() + 3600,
type: 0,
log_type: 0,
channel: ''
};