Skip to content

Commit 935b994

Browse files
committed
chore: addressing PR comments
1 parent 22483ef commit 935b994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-server/src/data_sources/createPayloadListenerFDv2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const createPayloadListener =
7070
converted,
7171
() => {
7272
if (payload.state !== '') {
73-
// NOTE: this is a hack right now. The only condition that we will consider a valid basis
73+
// NOTE: this is a workaround for now. The only condition that we will consider a valid basis
7474
// is when there is a valid selector. Currently, the only data source that does not have a
7575
// valid selector is the file data initializer, which will have a blank selector.
7676
basisReceived();

0 commit comments

Comments
 (0)