mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Migrate to eslint
This commit is contained in:
committed by
Josh Perez
parent
0fe7e30398
commit
b4e9c278d3
@@ -1,9 +1,9 @@
|
||||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export function startUpdate() {
|
||||
export function startUpdate(): void {
|
||||
ipcRenderer.send('start-update');
|
||||
}
|
||||
|
||||
export function ackRender() {
|
||||
export function ackRender(): void {
|
||||
ipcRenderer.send('show-update-dialog-ack');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user