mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 00:36:44 +03:00
Drop unused customSpecSuffix
This commit is contained in:
parent
f0549e1735
commit
d6071a584e
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ export const
|
|||
* @param {string=} customSpecSuffix
|
||||
* @returns {string}
|
||||
*/
|
||||
serverRequestRaw = (type, hash, customSpecSuffix) =>
|
||||
serverRequestRaw = (type, hash) =>
|
||||
SERVER_PREFIX + '/Raw/' + SUB_QUERY_PREFIX + '/'
|
||||
+ (null == customSpecSuffix ? '0' : customSpecSuffix) + '/'
|
||||
+ '0/' // AuthAccountHash ?
|
||||
+ (type
|
||||
? type + '/' + (hash ? SUB_QUERY_PREFIX + '/' + hash : '')
|
||||
: ''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue