1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 21:09:37 +02:00

Trigger workflows

This commit is contained in:
Sean Morley 2024-10-26 09:47:46 -04:00
parent de873c9eb5
commit ae70c96ddc
2 changed files with 2 additions and 2 deletions

View file

@ -187,3 +187,4 @@ class CollectionSerializer(serializers.ModelSerializer):
shared_uuids.append(str(user.uuid))
representation['shared_with'] = shared_uuids
return representation

View file

@ -29,7 +29,6 @@
let isWarningModalOpen: boolean = false;
export let adventure: Adventure;
let activityTypes: string[] = [];
// makes it reactivty to changes so it updates automatically
$: {