diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-02-07 15:44:58 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-02-09 12:51:56 +0100 |
| commit | ce08246ba5ba82f58ce72895d0105d3054026cbb (patch) | |
| tree | c0aa8ca2f1858d1a8af0cfa9d9392c33161d4f11 /gui/src/shared | |
| parent | 5d0be2864ca826669681c0cd3bd818629096225e (diff) | |
| download | mullvadvpn-ce08246ba5ba82f58ce72895d0105d3054026cbb.tar.xz mullvadvpn-ce08246ba5ba82f58ce72895d0105d3054026cbb.zip | |
Remove previousExpiry from IAccountData
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/daemon-rpc-types.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts index 68e61fc3ea..3abde2ee64 100644 --- a/gui/src/shared/daemon-rpc-types.ts +++ b/gui/src/shared/daemon-rpc-types.ts @@ -1,6 +1,5 @@ export interface IAccountData { expiry: string; - previousExpiry?: string; } export type AccountToken = string; export type Ip = string; |
