Skip to content

Commit

Permalink
Don't make the Null UUID immutable
Browse files Browse the repository at this point in the history
I'm not sure why I did this in the first place.
  • Loading branch information
amrc-benmorrow committed Jan 11, 2024
1 parent e4b3129 commit 1eeae2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/api-v1/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { Specials } from "./special.js";
const DB_Version = 7;

const Immutable = new Set([
Null_UUID,
Class.Class,
Class.App,
App.Registration,
Expand Down

0 comments on commit 1eeae2b

Please sign in to comment.