Skip to content

Commit ff94d2b

Browse files
committed
Fix lint
1 parent bc73500 commit ff94d2b

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This changelog covers all three packages, as they are (for now) updated as a who
88
- Move static assets around, align build with server and fix PWA #292
99
- `store.createSubject` allows creating nested paths
1010
- Add `useChildren` hook and `Store.getChildren` method
11-
- Add `Store.postToServer` method, add `endpoints`, `import_json_ad_string`
11+
- Add `Store.postToServer` method, add `endpoints`, `importJsonAdString`
1212

1313
## v0.35.0
1414

lib/src/authentication.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
getTimestampNow,
44
HeadersObject,
55
signToBase64,
6-
Store,
76
} from './index.js';
87

98
/** Returns a JSON-AD resource of an Authentication */

lib/src/resource.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ export class Resource {
186186

187187
const childrenCollection = generatedCollectionURL.toString();
188188

189-
console.log('Children collection', childrenCollection);
190-
191189
return childrenCollection;
192190
}
193191

0 commit comments

Comments
 (0)