Skip to content

Commit a050bb3

Browse files
committed
node: amend BacktraceFileAttachment to implement BacktraceAttachment [INT-355]
1 parent adecf42 commit a050bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node/src/attachment/BacktraceFileAttachment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { BacktraceSyncStorage, BacktraceFileAttachment as CoreBacktraceFileAttachment } from '@backtrace/sdk-core';
1+
import { BacktraceAttachment, BacktraceSyncStorage } from '@backtrace/sdk-core';
22
import fs from 'fs';
33
import path from 'path';
44
import { Readable } from 'stream';
55
import { BacktraceStreamStorage } from '../storage/BacktraceStorage.js';
66

7-
export class BacktraceFileAttachment implements CoreBacktraceFileAttachment<Readable> {
7+
export class BacktraceFileAttachment implements BacktraceAttachment<Readable> {
88
public readonly name: string;
99

1010
constructor(

0 commit comments

Comments
 (0)