Add audit log todo

This commit is contained in:
Colin McDonald 2016-07-11 21:50:37 -04:00
parent 1f3d01b4e2
commit e48a0c1736
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import net.frozenorb.apiv3.model.AuditLogEntry;
public enum AuditLogActionType { public enum AuditLogActionType {
// TODO
ACCESS_TOKEN_CREATE(false), ACCESS_TOKEN_CREATE(false),
ACCESS_TOKEN_UPDATE(false), ACCESS_TOKEN_UPDATE(false),
ACCESS_TOKEN_DELETE(false), ACCESS_TOKEN_DELETE(false),