Skip to content

Commit

Permalink
trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Jun 28, 2024
1 parent 8eedf40 commit 40d5b0e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,8 @@ pub fn parseTicks(
Ok(output) => output,
Err(e) => return Err(JsError::new(&format!("{}", e))),
};
real_names.push("tick".to_owned());
real_names.push("steamid".to_owned());
real_names.push("name".to_owned());

let mut prop_infos = output.prop_controller.prop_infos.clone();
prop_infos.sort_by_key(|x| x.prop_name.clone());
real_names.sort();

let helper = OutputSerdeHelperStruct {
prop_infos: prop_infos,
Expand Down

0 comments on commit 40d5b0e

Please sign in to comment.