@fraym/streams 0.10.4 → 0.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/stream.js +0 -1
- package/package.json +1 -1
package/dist/client/stream.js
CHANGED
|
@@ -109,7 +109,6 @@ const isStreamEmpty = async (topic, tenantId, stream, serviceClient) => {
|
|
|
109
109
|
};
|
|
110
110
|
exports.isStreamEmpty = isStreamEmpty;
|
|
111
111
|
const createStreamSnapshot = async (tenantId, topic, stream, lastSnapshottedEventId, snapshotEvent, serviceClient) => {
|
|
112
|
-
console.log("creating snapshot", tenantId, topic, stream, lastSnapshottedEventId);
|
|
113
112
|
return new Promise((resolve, reject) => {
|
|
114
113
|
serviceClient.createStreamSnapshot({
|
|
115
114
|
topic,
|