Add missing import

This commit is contained in:
downtownallday
2021-04-10 10:09:05 -04:00
父節點 2ec25b75c1
當前提交 f80978b6d8

查看文件

@@ -1,3 +1,6 @@
import { AuthenticationError } from './exceptions.js';
export class Me {
/* construct with return value from GET /me */
constructor(me) {