mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 08:49:40 -05:00
Removed not needed @Override in ApiServiceMock!
This commit is contained in:
@@ -54,10 +54,4 @@ public class ApiServiceMock extends TikTokApiService {
|
|||||||
public WebcastResponse fetchClientData() {
|
public WebcastResponse fetchClientData() {
|
||||||
return WebcastResponse.newBuilder().build();
|
return WebcastResponse.newBuilder().build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String fetchRoomId(String userName) {
|
|
||||||
return "mock-room-id";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user