Skip to content

Commit 3a058df

Browse files
committed
fix(postis): import of json.ts
1 parent c9dbdc5 commit 3a058df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

transport/postis.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable */
22

3-
import { safeJsonParse } from '../json.js';
3+
import { safeJsonParse } from '../json.ts';
44

55
// Originally: https://github.com/adtile/postis
66
//
77
// The MIT License
8-
//
8+
//
99
// Copyright (c) 2015-2015 Adtile Technologies Inc. http://www.adtile.me
1010
//
1111
// Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)