fix: include post
This commit is contained in:
parent
64bb4a2525
commit
331e13b7cb
@ -22,7 +22,7 @@
|
||||
|
||||
import { t } from '$lib/translations';
|
||||
import { appSession } from '$lib/store';
|
||||
import { get } from '$lib/api';
|
||||
import { get, post } from '$lib/api';
|
||||
|
||||
const ownDestinations = destinations.filter((destination) => {
|
||||
if (destination.teams[0].id === $appSession.teamId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user