mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
|
* @param {string=} customSpecSuffix
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
serverRequestRaw = (type, hash, customSpecSuffix) =>
|
serverRequestRaw = (type, hash) =>
|
||||||
SERVER_PREFIX + '/Raw/' + SUB_QUERY_PREFIX + '/'
|
SERVER_PREFIX + '/Raw/' + SUB_QUERY_PREFIX + '/'
|
||||||
+ (null == customSpecSuffix ? '0' : customSpecSuffix) + '/'
|
+ '0/' // AuthAccountHash ?
|
||||||
+ (type
|
+ (type
|
||||||
? type + '/' + (hash ? SUB_QUERY_PREFIX + '/' + hash : '')
|
? type + '/' + (hash ? SUB_QUERY_PREFIX + '/' + hash : '')
|
||||||
: ''),
|
: ''),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue