mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Add missing import
This commit is contained in:
parent
2ec25b75c1
commit
f80978b6d8
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user