mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-21 18:59:27 +00:00
Remove type annotation
This commit is contained in:
@@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
const OPTIMIZATION_MESSAGE_DISPLAY_THRESHOLD = 1000; // milliseconds
|
const OPTIMIZATION_MESSAGE_DISPLAY_THRESHOLD = 1000; // milliseconds
|
||||||
|
|
||||||
// type Canceler = () => Eff Unit
|
|
||||||
//
|
|
||||||
// setMessage :: Unit -> Eff (dom :: DOM) Canceler
|
|
||||||
const setMessage = () => {
|
const setMessage = () => {
|
||||||
const message = document.querySelector('.app-loading-screen .message');
|
const message = document.querySelector('.app-loading-screen .message');
|
||||||
if (!message) {
|
if (!message) {
|
||||||
|
|||||||
Reference in New Issue
Block a user