Fix reference to Timestamp; version 22.12.09
This commit is contained in:
parent
60f83b334e
commit
97081d46c4
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "actual-sync",
|
||||
"version": "22.12.08",
|
||||
"version": "22.12.09",
|
||||
"license": "MIT",
|
||||
"description": "actual syncing server",
|
||||
"main": "index.js",
|
||||
|
|
|
@ -6,7 +6,7 @@ let { getPathForGroupFile } = require('./util/paths');
|
|||
let actual = require('@actual-app/api');
|
||||
let merkle = actual.internal.merkle;
|
||||
let SyncPb = actual.internal.SyncProtoBuf;
|
||||
let Timestamp = actual.internal.timestamp.default;
|
||||
let Timestamp = actual.internal.timestamp.Timestamp;
|
||||
|
||||
function getGroupDb(groupId) {
|
||||
let path = getPathForGroupFile(groupId);
|
||||
|
|
Loading…
Reference in a new issue