Skip to content

Commit

Permalink
Don't make the Null UUID immutable (#21)
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 authored Jan 11, 2024
2 parents e4b3129 + 1eeae2b commit 571a5cf
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 571a5cf

Please sign in to comment.