refac/security: set ac to private by default

This commit is contained in:
Timothy Jaeryang Baek
2025-04-11 14:46:02 -07:00
parent 5fea0a2221
commit 59dd798156
7 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
description: ''
};
export let content = '';
export let accessControl = null;
export let accessControl = {};
let _content = '';