Fix reference to Timestamp; version 22.12.09

This commit is contained in:
James Long 2022-12-08 17:38:26 -05:00
parent 60f83b334e
commit 97081d46c4
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "actual-sync",
"version": "22.12.08",
"version": "22.12.09",
"license": "MIT",
"description": "actual syncing server",
"main": "index.js",

View file

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