From 5dc446b90a480fe9aab11bdac2574746d9f0d685 Mon Sep 17 00:00:00 2001 From: emehmet Date: Sun, 17 Dec 2023 16:58:33 +0300 Subject: [PATCH] deno 1.39 --- types/mestgps_mongo_interface.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mestgps_mongo_interface.ts b/types/mestgps_mongo_interface.ts index ab8a3cd..3f25af8 100644 --- a/types/mestgps_mongo_interface.ts +++ b/types/mestgps_mongo_interface.ts @@ -1,5 +1,5 @@ import { ObjectId } from "npm:mongodb"; -import { Gps_Accuracy } from "./graphql_server_types.ts"; +import { Gps_Accuracy } from "types/graphql_server_types.ts"; export type MongoTakipGpsYeni = { _id: string;