🐛 fix: fix log type variable name
This commit is contained in:
parent
986284d47d
commit
aa5505f6be
@ -28,7 +28,7 @@ export default function Log() {
|
|||||||
model_name: '',
|
model_name: '',
|
||||||
start_timestamp: 0,
|
start_timestamp: 0,
|
||||||
end_timestamp: dayjs().unix() + 3600,
|
end_timestamp: dayjs().unix() + 3600,
|
||||||
type: 0,
|
log_type: 0,
|
||||||
channel: ''
|
channel: ''
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user