Things seems to be working. It pulls the example moderator group list from Novi using their API. The moderator check is working. It still needs to handle more than one Novi Group.
This commit is contained in:
@@ -41,12 +41,12 @@
|
||||
|
||||
let { data, children }: Props = $props();
|
||||
|
||||
if (browser) {
|
||||
add_activity_log({
|
||||
action: 'idaa_root_layout',
|
||||
action_with: 'browser'
|
||||
});
|
||||
}
|
||||
// if (browser) {
|
||||
// add_activity_log({
|
||||
// action: 'idaa_root_layout',
|
||||
// action_with: 'browser'
|
||||
// });
|
||||
// }
|
||||
|
||||
function add_activity_log({
|
||||
action = 'idaa_root_layout',
|
||||
|
||||
Reference in New Issue
Block a user