removed explicit string
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import { invoke } from '@tauri-apps/api';
|
import { invoke } from '@tauri-apps/api';
|
||||||
|
|
||||||
let hashInput = 'Hello world';
|
let hashInput = 'Hello world';
|
||||||
let hashOutput: string = '';
|
let hashOutput = '';
|
||||||
$: (async () => {
|
$: (async () => {
|
||||||
hashOutput = await invoke('hash256sum', { hashInput });
|
hashOutput = await invoke('hash256sum', { hashInput });
|
||||||
})();
|
})();
|
||||||
|
Reference in New Issue
Block a user