mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
cleanup unused js parameters
This commit is contained in:
parent
ed673fdba8
commit
3988ea9ba5
3 changed files with 5 additions and 7 deletions
|
|
@ -38,11 +38,10 @@ export const
|
|||
|
||||
/**
|
||||
* @param {string} download
|
||||
* @param {string=} customSpecSuffix
|
||||
* @returns {string}
|
||||
*/
|
||||
attachmentDownload = (download, customSpecSuffix) =>
|
||||
serverRequestRaw('Download', download, customSpecSuffix),
|
||||
attachmentDownload = (download) =>
|
||||
serverRequestRaw('Download', download),
|
||||
|
||||
proxy = url =>
|
||||
BASE + '?/ProxyExternal/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue