Skip to content

Commit 73de96e

Browse files
committed
app/src: run make protos and update sampleData
To prepare for the next Lit release, we run `make protos` and make sure that `make build` runs without error by updating the sampleData.ts with the new createdAt field.
1 parent d4269a5 commit 73de96e

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

app/src/types/generated/lit-sessions_pb.d.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/types/generated/lit-sessions_pb.js

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/util/tests/sampleData.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ export const litListSessions: LIT.ListSessionsResponse.AsObject = {
864864
remotePublicKey: '',
865865
sessionState: LIT.SessionState.STATE_CREATED,
866866
sessionType: LIT.SessionType.TYPE_UI_PASSWORD,
867+
createdAt: '253300000000',
867868
},
868869
{
869870
devServer: true,
@@ -876,6 +877,7 @@ export const litListSessions: LIT.ListSessionsResponse.AsObject = {
876877
remotePublicKey: '',
877878
sessionState: LIT.SessionState.STATE_EXPIRED,
878879
sessionType: LIT.SessionType.TYPE_UI_PASSWORD,
880+
createdAt: '253300000000',
879881
},
880882
],
881883
};

0 commit comments

Comments
 (0)