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