Remove unused type from accountability

This commit is contained in:
rijkvanzanten
2020-09-24 10:34:04 -04:00
parent 8e90a663e7
commit 76d70df14b

View File

@@ -5,6 +5,4 @@ export type Accountability = {
ip?: string;
userAgent?: string;
parent?: number;
};