Skip to content

Commit da7b7c7

Browse files
author
Igor Evdokimov
committed
- cleanup
1 parent 006525f commit da7b7c7

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

Botticelli.Shared/API/Client/Requests/IBotRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ namespace Botticelli.Shared.API.Client.Requests;
22

33
public interface IBotRequest
44
{
5-
string? BotId { get; set; }
5+
string BotId { get; set; }
66
}

Samples/CommandChain.Sample.Telegram/CommandChain.Sample.Telegram.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,4 @@
3131
</None>
3232
</ItemGroup>
3333

34-
<ItemGroup>
35-
<Folder Include="Data\"/>
36-
</ItemGroup>
37-
3834
</Project>

Samples/Messaging.Sample.Telegram/Messaging.Sample.Telegram.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,4 @@
3636
</None>
3737
</ItemGroup>
3838

39-
<ItemGroup>
40-
<Folder Include="Data\"/>
41-
</ItemGroup>
42-
4339
</Project>

0 commit comments

Comments
 (0)