Use same lock values as mobile clients
[ProtonMail-WebClient.git] / packages / shared / lib / api / core / update.ts
blobb8cdd860a329a66d05baec0e1f3f8021527b002b
1 export const update = (params: any) => ({
2     method: 'get',
3     url: 'core/v4/update',
4     params,
5 });