fix: include post

This commit is contained in:
Andras Bacsai 2022-07-06 16:13:11 +02:00 committed by GitHub
parent 64bb4a2525
commit 331e13b7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {