mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-15 23:47:24 +02:00
Add missing import
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
import { AuthenticationError } from './exceptions.js';
|
||||||
|
|
||||||
|
|
||||||
export class Me {
|
export class Me {
|
||||||
/* construct with return value from GET /me */
|
/* construct with return value from GET /me */
|
||||||
constructor(me) {
|
constructor(me) {
|
||||||
|
|||||||
Reference in New Issue
Block a user